#include <model.h>
Public Member Functions | |
virtual PyObject * | getattro (const Attribute &) |
PythonResourceInfinite (ResourceInfinite *p) | |
virtual int | setattro (const Attribute &, const PythonObject &) |
Definition at line 5773 of file model.h.
frepple::PythonResourceInfinite::PythonResourceInfinite | ( | ResourceInfinite * | p | ) | [inline] |
PyObject * frepple::PythonResourceInfinite::getattro | ( | const Attribute & | attr | ) | [virtual] |
Default getattro method.
Subclasses are expected to implement an override if the type supports gettattro.
Implements frepple::utils::FreppleClass< PythonResourceInfinite, PythonResource, ResourceInfinite >.
Definition at line 326 of file resource.cpp.
int frepple::PythonResourceInfinite::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< PythonResourceInfinite, PythonResource, ResourceInfinite >.
Definition at line 332 of file resource.cpp.