#include <solver.h>
Public Member Functions | |
virtual PyObject * | getattro (const Attribute &) |
PythonSolverMRP (SolverMRP *p) | |
virtual int | setattro (const Attribute &, const PythonObject &) |
Definition at line 502 of file solver.h.
frepple::PythonSolverMRP::PythonSolverMRP | ( | SolverMRP * | p | ) | [inline] |
PyObject * frepple::PythonSolverMRP::getattro | ( | const Attribute & | attr | ) | [virtual] |
Default getattro method.
Subclasses are expected to implement an override if the type supports gettattro.
Implements frepple::utils::FreppleClass< PythonSolverMRP, PythonSolver, SolverMRP >.
Definition at line 220 of file solverplan.cpp.
int frepple::PythonSolverMRP::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< PythonSolverMRP, PythonSolver, SolverMRP >.
Definition at line 231 of file solverplan.cpp.