#include <forecast.h>
Public Member Functions | |
virtual PyObject * | getattro (const Attribute &) |
PythonForecastSolver (ForecastSolver *p) | |
virtual int | setattro (const Attribute &, const PythonObject &) |
Definition at line 926 of file forecast.h.
module_forecast::PythonForecastSolver::PythonForecastSolver | ( | ForecastSolver * | p | ) | [inline] |
Definition at line 929 of file forecast.h.
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.