A template class to expose category classes which use a string as the key to Python. More...
#include <pythonutils.h>

Static Public Member Functions | |
| static int | initialize () |
Static Public Member Functions inherited from frepple::utils::PythonExtension< FreppleCategory< T > > | |
| static void | deallocator (PyObject *o) |
| static PythonType & | getType () |
Additional Inherited Members | |
Public Member Functions inherited from frepple::utils::PythonExtension< FreppleCategory< T > > | |
| PythonExtension () | |
| virtual | ~PythonExtension () |
Public Member Functions inherited from frepple::utils::PythonExtensionBase | |
| virtual PyObject * | call (const PythonObject &args, const PythonObject &kwds) |
| virtual int | compare (const PyObject *other) const |
| virtual PyObject * | getattro (const Attribute &attr) |
| Py_ssize_t | getReferenceCount () const |
| void | initType (const MetaClass *t) |
| void | initType (PyTypeObject *t) |
| virtual PyObject * | iternext () |
| PythonExtensionBase () | |
| void | resetReferenceCount () |
| virtual int | setattro (const Attribute &attr, const PythonObject &field) |
| virtual PyObject * | str () const |
| virtual | ~PythonExtensionBase () |
A template class to expose category classes which use a string as the key to Python.
Definition at line 37 of file pythonutils.h.
|
inlinestatic |
Initialization method.
Definition at line 41 of file pythonutils.h.