Functions | |
void | cleanupSWIG_T (const char *TypeName) |
int | convertSWIGPointerObj_T (const char *TypeName, PyObject *obj, void **ptr, int flags) |
int | createSWIGPointerObj_T (const char *TypeName, void *obj, PyObject **ptr, int own) |
void Swig_python::cleanupSWIG_T | ( | const char * | TypeName | ) |
Referenced by Base::InterpreterSingleton::cleanupSWIG().
int Swig_python::convertSWIGPointerObj_T | ( | const char * | TypeName, | |
PyObject * | obj, | |||
void ** | ptr, | |||
int | flags | |||
) |
Referenced by Base::InterpreterSingleton::convertSWIGPointerObj().
int Swig_python::createSWIGPointerObj_T | ( | const char * | TypeName, | |
void * | obj, | |||
PyObject ** | ptr, | |||
int | own | |||
) |
Referenced by Base::InterpreterSingleton::createSWIGPointerObj().