frepple::OperationPlan::FlowPlanIterator Class Reference

An iterator class to go through all flowplans of an operationplan. More...

#include <model.h>

List of all members.

Public Member Functions

void deleteFlowPlan ()
 FlowPlanIterator (const FlowPlanIterator &b)
bool operator!= (const FlowPlanIterator &b) const
FlowPlanoperator* () const
FlowPlanIteratoroperator++ ()
FlowPlanIterator operator++ (int)
FlowPlanoperator-> () const
bool operator== (const FlowPlanIterator &b) const

Friends

class OperationPlan

Detailed Description

An iterator class to go through all flowplans of an operationplan.

See also:
OperationPlan::beginFlowPlans
OperationPlan::endFlowPlans

Definition at line 5820 of file model.h.


Constructor & Destructor Documentation

frepple::OperationPlan::FlowPlanIterator::FlowPlanIterator ( const FlowPlanIterator b) [inline]

Definition at line 5828 of file model.h.


Member Function Documentation

void frepple::OperationPlan::FlowPlanIterator::deleteFlowPlan ( ) [inline]

Definition at line 5847 of file model.h.

bool frepple::OperationPlan::FlowPlanIterator::operator!= ( const FlowPlanIterator b) const [inline]

Definition at line 5833 of file model.h.

FlowPlan& frepple::OperationPlan::FlowPlanIterator::operator* ( ) const [inline]

Definition at line 5846 of file model.h.

FlowPlanIterator& frepple::OperationPlan::FlowPlanIterator::operator++ ( ) [inline]

Definition at line 5837 of file model.h.

FlowPlanIterator frepple::OperationPlan::FlowPlanIterator::operator++ ( int  ) [inline]

Definition at line 5843 of file model.h.

FlowPlan* frepple::OperationPlan::FlowPlanIterator::operator-> ( ) const [inline]

Definition at line 5845 of file model.h.

bool frepple::OperationPlan::FlowPlanIterator::operator== ( const FlowPlanIterator b) const [inline]

Definition at line 5835 of file model.h.


Friends And Related Function Documentation

friend class OperationPlan [friend]

Definition at line 5822 of file model.h.


The documentation for this class was generated from the following file:

Documentation generated for frePPLe by  doxygen