An iterator class to go through all flowplans of an operationplan.
More...
#include <model.h>
List of all members.
Detailed Description
An iterator class to go through all flowplans of an operationplan.
- See also:
- OperationPlan::beginFlowPlans
-
OperationPlan::endFlowPlans
Definition at line 5771 of file model.h.
Constructor & Destructor Documentation
frepple::OperationPlan::FlowPlanIterator::FlowPlanIterator |
( |
const FlowPlanIterator & |
b |
) |
[inline] |
Member Function Documentation
void frepple::OperationPlan::FlowPlanIterator::deleteFlowPlan |
( |
|
) |
[inline] |
bool frepple::OperationPlan::FlowPlanIterator::operator!= |
( |
const FlowPlanIterator & |
b |
) |
const [inline] |
FlowPlan& frepple::OperationPlan::FlowPlanIterator::operator* |
( |
|
) |
const [inline] |
FlowPlanIterator frepple::OperationPlan::FlowPlanIterator::operator++ |
( |
int |
|
) |
[inline] |
FlowPlanIterator& frepple::OperationPlan::FlowPlanIterator::operator++ |
( |
|
) |
[inline] |
FlowPlan* frepple::OperationPlan::FlowPlanIterator::operator-> |
( |
|
) |
const [inline] |
bool frepple::OperationPlan::FlowPlanIterator::operator== |
( |
const FlowPlanIterator & |
b |
) |
const [inline] |
Friends And Related Function Documentation
The documentation for this class was generated from the following file: