frepple::OperationPlan::LoadPlanIterator Class Reference

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

#include <model.h>

Public Member Functions

void deleteLoadPlan ()
 
 LoadPlanIterator (const LoadPlanIterator &b)
 
bool operator!= (const LoadPlanIterator &b) const
 
LoadPlanoperator* () const
 
LoadPlanIteratoroperator++ ()
 
LoadPlanIterator operator++ (int)
 
LoadPlanoperator-> () const
 
bool operator== (const LoadPlanIterator &b) const
 

Friends

class OperationPlan
 

Detailed Description

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

See Also
OperationPlan::beginLoadPlans
OperationPlan::endLoadPlans

Definition at line 5899 of file model.h.

Constructor & Destructor Documentation

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

Definition at line 5907 of file model.h.

Member Function Documentation

void frepple::OperationPlan::LoadPlanIterator::deleteLoadPlan ( )
inline

Definition at line 5926 of file model.h.

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

Definition at line 5912 of file model.h.

LoadPlan& frepple::OperationPlan::LoadPlanIterator::operator* ( ) const
inline

Definition at line 5925 of file model.h.

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

Definition at line 5916 of file model.h.

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

Definition at line 5922 of file model.h.

LoadPlan* frepple::OperationPlan::LoadPlanIterator::operator-> ( ) const
inline

Definition at line 5924 of file model.h.

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

Definition at line 5914 of file model.h.

Friends And Related Function Documentation

friend class OperationPlan
friend

Definition at line 5901 of file model.h.


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