frepple::OperationPlan::iterator Class Reference
This class models an STL-like iterator that allows us to iterate over the operationplans in a simple and safe way. More...
#include <model.h>
Public Member Functions | |
iterator (const Operation *x) | |
iterator (const OperationPlan *x) | |
iterator () | |
iterator (const iterator &it) | |
bool | operator!= (const iterator &y) const |
OperationPlan & | operator* () const |
iterator & | operator++ () |
iterator | operator++ (int) |
OperationPlan * | operator-> () const |
bool | operator== (const iterator &y) const |
Detailed Description
This class models an STL-like iterator that allows us to iterate over the operationplans in a simple and safe way.
Objects of this class are created by the begin() and end() functions.
Constructor & Destructor Documentation
frepple::OperationPlan::iterator::iterator | ( | const Operation * | x | ) | [inline] |
frepple::OperationPlan::iterator::iterator | ( | const OperationPlan * | x | ) | [inline] |
frepple::OperationPlan::iterator::iterator | ( | ) | [inline] |
frepple::OperationPlan::iterator::iterator | ( | const iterator & | it | ) | [inline] |
Member Function Documentation
bool frepple::OperationPlan::iterator::operator!= | ( | const iterator & | y | ) | const [inline] |
OperationPlan& frepple::OperationPlan::iterator::operator* | ( | ) | const [inline] |
iterator& frepple::OperationPlan::iterator::operator++ | ( | ) | [inline] |
iterator frepple::OperationPlan::iterator::operator++ | ( | int | ) | [inline] |
OperationPlan* frepple::OperationPlan::iterator::operator-> | ( | ) | const [inline] |
bool frepple::OperationPlan::iterator::operator== | ( | const iterator & | y | ) | const [inline] |
The documentation for this class was generated from the following file:
Documentation generated for frePPLe by
