frepple::FlowPlanIterator Class Reference

#include <model.h>

Inheritance diagram for frepple::FlowPlanIterator:

List of all members.

Public Member Functions

 FlowPlanIterator (Buffer *b)
 FlowPlanIterator (OperationPlan *o)
 ~FlowPlanIterator ()
- Public Member Functions inherited from frepple::utils::PythonExtension< FlowPlanIterator >
 PythonExtension ()
virtual ~PythonExtension ()
- Public Member Functions inherited from frepple::utils::PythonExtensionBase
virtual PyObject * call (const PythonObject &args, const PythonObject &kwds)
virtual int compare (const PyObject *other) const
virtual PyObject * getattro (const Attribute &attr)
Py_ssize_t getReferenceCount () const
void initType (const MetaClass *t)
void initType (PyTypeObject *t)
 PythonExtensionBase ()
void resetReferenceCount ()
virtual int setattro (const Attribute &attr, const PythonObject &field)
virtual PyObject * str () const
virtual ~PythonExtensionBase ()

Static Public Member Functions

static int initialize ()
- Static Public Member Functions inherited from frepple::utils::PythonExtension< FlowPlanIterator >
static void deallocator (PyObject *o)
static PythonTypegetType ()

Detailed Description

Definition at line 6092 of file model.h.


Constructor & Destructor Documentation

frepple::FlowPlanIterator::FlowPlanIterator ( Buffer b)
inline

Constructor to iterate over the flowplans of a buffer.

Definition at line 6099 of file model.h.

frepple::FlowPlanIterator::FlowPlanIterator ( OperationPlan o)
inline

Constructor to iterate over the flowplans of an operationplan.

Definition at line 6107 of file model.h.

frepple::FlowPlanIterator::~FlowPlanIterator ( )
inline

Definition at line 6114 of file model.h.


Member Function Documentation

int frepple::FlowPlanIterator::initialize ( )
static

Registration of the Python class and its metadata.

Definition at line 210 of file flowplan.cpp.


Member Data Documentation

Buffer* frepple::FlowPlanIterator::buf

Definition at line 6123 of file model.h.

Buffer::flowplanlist::const_iterator* frepple::FlowPlanIterator::bufiter

Definition at line 6129 of file model.h.

OperationPlan* frepple::FlowPlanIterator::opplan

Definition at line 6124 of file model.h.

OperationPlan::FlowPlanIterator* frepple::FlowPlanIterator::opplaniter

Definition at line 6130 of file model.h.


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