module_forecast::PythonForecastSolver Class Reference

#include <forecast.h>

Inheritance diagram for module_forecast::PythonForecastSolver:
frepple::utils::FreppleClass< PythonForecastSolver, PythonSolver, ForecastSolver > frepple::utils::PythonExtension< T > frepple::utils::PythonExtensionBase frepple::utils::NonCopyable

List of all members.

Public Member Functions

virtual PyObject * getattro (const Attribute &)
 PythonForecastSolver (ForecastSolver *p)
virtual int setattro (const Attribute &, const PythonObject &)

Detailed Description

Definition at line 926 of file forecast.h.


Constructor & Destructor Documentation

module_forecast::PythonForecastSolver::PythonForecastSolver ( ForecastSolver p  )  [inline]

Definition at line 929 of file forecast.h.


Member Function Documentation

PyObject * module_forecast::PythonForecastSolver::getattro ( const Attribute attr  )  [virtual]

Default getattro method.
Subclasses are expected to implement an override if the type supports gettattro.

Implements frepple::utils::FreppleClass< PythonForecastSolver, PythonSolver, ForecastSolver >.

Definition at line 185 of file pythonforecast.cpp.

int module_forecast::PythonForecastSolver::setattro ( const Attribute attr,
const PythonObject field 
) [virtual]

Default setattro method.
Subclasses are expected to implement an override if the type supports settattro.

Implements frepple::utils::FreppleClass< PythonForecastSolver, PythonSolver, ForecastSolver >.

Definition at line 192 of file pythonforecast.cpp.


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

Generated on 25 Sep 2009 for frePPLe by  doxygen 1.6.1