frepple::ProblemIterator Class Reference

#include <model.h>

Inheritance diagram for frepple::ProblemIterator:

List of all members.

Public Member Functions

 ProblemIterator (Problem *x)
 ProblemIterator (Problem &x)
 ProblemIterator ()
- Public Member Functions inherited from frepple::utils::FreppleIterator< ProblemIterator, Problem::const_iterator, Problem >
 FreppleIterator ()
 FreppleIterator (const OTHER *o)
 FreppleIterator (const OTHER &o)
- Public Member Functions inherited from frepple::utils::PythonExtension< ProblemIterator >
 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 ()

Additional Inherited Members

- Static Public Member Functions inherited from frepple::utils::FreppleIterator< ProblemIterator, Problem::const_iterator, Problem >
static PyObject * create (PyObject *self, PyObject *args)
static int initialize ()
- Static Public Member Functions inherited from frepple::utils::PythonExtension< ProblemIterator >
static void deallocator (PyObject *o)
static PythonTypegetType ()

Detailed Description

Definition at line 5864 of file model.h.


Constructor & Destructor Documentation

frepple::ProblemIterator::ProblemIterator ( Problem x)
inline

Constructor starting the iteration from a certain problem.

Definition at line 5869 of file model.h.

frepple::ProblemIterator::ProblemIterator ( Problem x)
inline

Constructor starting the iteration from a certain problem.

Definition at line 5873 of file model.h.

frepple::ProblemIterator::ProblemIterator ( )
inline

Default constructor.

Definition at line 5877 of file model.h.


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