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 5751 of file model.h.


Constructor & Destructor Documentation

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

Definition at line 5759 of file model.h.


Member Function Documentation

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

Definition at line 5778 of file model.h.

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

Definition at line 5764 of file model.h.

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

Definition at line 5777 of file model.h.

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

Definition at line 5768 of file model.h.

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

Definition at line 5774 of file model.h.

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

Definition at line 5776 of file model.h.

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

Definition at line 5766 of file model.h.


Friends And Related Function Documentation

friend class OperationPlan
friend

Definition at line 5753 of file model.h.


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