frepple::OperationPlan::FlowPlanIterator Class Reference

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

#include <model.h>

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

Constructor & Destructor Documentation

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

Definition at line 5850 of file model.h.

Member Function Documentation

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

Definition at line 5869 of file model.h.

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

Definition at line 5855 of file model.h.

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

Definition at line 5868 of file model.h.

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

Definition at line 5859 of file model.h.

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

Definition at line 5865 of file model.h.

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

Definition at line 5867 of file model.h.

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

Definition at line 5857 of file model.h.

Friends And Related Function Documentation

friend class OperationPlan
friend

Definition at line 5844 of file model.h.


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