A template class to expose category classes which use a string as the key to Python . More...
#include <pythonutils.h>
Public Member Functions | |
FreppleCategory (PROXY *x=NULL) | |
Static Public Member Functions | |
static int | initialize (PyObject *m) |
static PyObject * | proxy (Object *p) |
Public Attributes | |
PROXY * | obj |
A template class to expose category classes which use a string as the key to Python .
Definition at line 725 of file pythonutils.h.
frepple::utils::FreppleCategory< ME, PROXY >::FreppleCategory | ( | PROXY * | x = NULL |
) | [inline] |
Constructor.
Definition at line 749 of file pythonutils.h.
static int frepple::utils::FreppleCategory< ME, PROXY >::initialize | ( | PyObject * | m | ) | [inline, static] |
Initialization method.
Reimplemented in frepple::PythonSolver.
Definition at line 729 of file pythonutils.h.
static PyObject* frepple::utils::FreppleCategory< ME, PROXY >::proxy | ( | Object * | p | ) | [inline, static] |
Definition at line 744 of file pythonutils.h.
PROXY* frepple::utils::FreppleCategory< ME, PROXY >::obj |
Definition at line 752 of file pythonutils.h.