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


Constructor & Destructor Documentation

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

Definition at line 5900 of file model.h.


Member Function Documentation

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

Definition at line 5919 of file model.h.

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

Definition at line 5905 of file model.h.

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

Definition at line 5918 of file model.h.

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

Definition at line 5909 of file model.h.

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

Definition at line 5915 of file model.h.

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

Definition at line 5917 of file model.h.

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

Definition at line 5907 of file model.h.


Friends And Related Function Documentation

friend class OperationPlan [friend]

Definition at line 5894 of file model.h.


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

Documentation generated for frePPLe by  doxygen