frepple::OperationPlan::LoadPlanIterator Class Reference

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

#include <model.h>

List of all members.

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


Constructor & Destructor Documentation

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

Definition at line 5816 of file model.h.


Member Function Documentation

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

Definition at line 5835 of file model.h.

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

Definition at line 5821 of file model.h.

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

Definition at line 5834 of file model.h.

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

Definition at line 5825 of file model.h.

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

Definition at line 5831 of file model.h.

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

Definition at line 5833 of file model.h.

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

Definition at line 5823 of file model.h.


Friends And Related Function Documentation

friend class OperationPlan
friend

Definition at line 5810 of file model.h.


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