#include <model.h>
Public Member Functions | |
| virtual PyObject * | getattro (const Attribute &) |
| PythonOperationFixedTime (OperationFixedTime *p) | |
| virtual int | setattro (const Attribute &, const PythonObject &) |
Definition at line 5824 of file model.h.
| frepple::PythonOperationFixedTime::PythonOperationFixedTime | ( | OperationFixedTime * | p | ) | [inline] |
| PyObject * frepple::PythonOperationFixedTime::getattro | ( | const Attribute & | attr | ) | [virtual] |
Default getattro method.
Subclasses are expected to implement an override if the type supports gettattro.
Implements frepple::utils::FreppleClass< PythonOperationFixedTime, PythonOperation, OperationFixedTime >.
Definition at line 1137 of file operation.cpp.
| int frepple::PythonOperationFixedTime::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< PythonOperationFixedTime, PythonOperation, OperationFixedTime >.
Definition at line 1146 of file operation.cpp.
1.6.1