Public Member Functions

frepple::OperationPlanIterator Class Reference

#include <model.h>

Inheritance diagram for frepple::OperationPlanIterator:
frepple::utils::FreppleIterator< OperationPlanIterator, OperationPlan::iterator, OperationPlan > frepple::utils::PythonExtension< OperationPlanIterator > frepple::utils::PythonExtensionBase frepple::utils::NonCopyable

List of all members.

Public Member Functions

 OperationPlanIterator ()
 OperationPlanIterator (OperationPlan *opplan)
 OperationPlanIterator (Operation *o)

Detailed Description

Definition at line 6016 of file model.h.


Constructor & Destructor Documentation

frepple::OperationPlanIterator::OperationPlanIterator (  )  [inline]

Constructor to iterate over all operationplans.

Definition at line 6021 of file model.h.

frepple::OperationPlanIterator::OperationPlanIterator ( Operation o  )  [inline]

Constructor to iterate over the operationplans of a single operation.

Definition at line 6024 of file model.h.

frepple::OperationPlanIterator::OperationPlanIterator ( OperationPlan opplan  )  [inline]

Constructor to iterate over the suboperationplans of an operationplans.

Definition at line 6029 of file model.h.


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