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