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