A template class to expose classes to Python. More...
#include <pythonutils.h>
Static Public Member Functions | |
static int | initialize () |
![]() | |
static void | deallocator (PyObject *o) |
static PythonType & | getType () |
Additional Inherited Members | |
![]() | |
PythonExtension () | |
virtual | ~PythonExtension () |
![]() | |
NonCopyable () | |
~NonCopyable () | |
![]() | |
static PythonType * | registerPythonType (int, const type_info *) |
![]() | |
static vector< PythonType * > | table |
A template class to expose classes to Python.
Definition at line 60 of file pythonutils.h.
|
inlinestatic |
Definition at line 63 of file pythonutils.h.