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 () |
Protected Member Functions inherited from frepple::utils::NonCopyable | |
| NonCopyable () | |
| ~NonCopyable () | |
Static Protected Member Functions inherited from frepple::utils::PythonExtensionBase | |
| static PythonType * | registerPythonType (int, const type_info *) |
Static Protected Attributes inherited from frepple::utils::PythonExtensionBase | |
| static vector< PythonType * > | table |
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.