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
LoadPlanIterator operator++ (int)
LoadPlanIteratoroperator++ ()
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 6007 of file model.h.


Constructor & Destructor Documentation

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

Definition at line 6015 of file model.h.


Member Function Documentation

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

Definition at line 6034 of file model.h.

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

Definition at line 6020 of file model.h.

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

Definition at line 6033 of file model.h.

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

Definition at line 6030 of file model.h.

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

Definition at line 6024 of file model.h.

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

Definition at line 6032 of file model.h.

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

Definition at line 6022 of file model.h.


Friends And Related Function Documentation

friend class OperationPlan [friend]

Definition at line 6009 of file model.h.


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

Documentation generated for frePPLe by  doxygen