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


Constructor & Destructor Documentation

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

Definition at line 5629 of file model.h.


Member Function Documentation

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

Definition at line 5648 of file model.h.

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

Definition at line 5634 of file model.h.

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

Definition at line 5647 of file model.h.

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

Definition at line 5638 of file model.h.

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

Definition at line 5644 of file model.h.

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

Definition at line 5646 of file model.h.

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

Definition at line 5636 of file model.h.


Friends And Related Function Documentation

friend class OperationPlan [friend]

Definition at line 5623 of file model.h.


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

Documentation generated for frePPLe by  doxygen