PLearn 0.1
|
#include <PythonObjectWrapper.h>
Public Member Functions | |
PLPyClass (PyObject *pyclass_, PP< PObjectPool< PyMethodDef > > &methods_) | |
Public Attributes | |
PyObject * | pyclass |
PP< PObjectPool< PyMethodDef > > | methods |
TVec< string > | methods_help |
int | nref |
Definition at line 723 of file PythonObjectWrapper.h.
PLearn::PLPyClass::PLPyClass | ( | PyObject * | pyclass_, |
PP< PObjectPool< PyMethodDef > > & | methods_ | ||
) | [inline] |
Definition at line 727 of file PythonObjectWrapper.h.
:pyclass(pyclass_), methods(methods_), methods_help(0), nref(1) {}
PP<PObjectPool<PyMethodDef> > PLearn::PLPyClass::methods |
Definition at line 735 of file PythonObjectWrapper.h.
TVec<string> PLearn::PLPyClass::methods_help |
Definition at line 736 of file PythonObjectWrapper.h.
Definition at line 737 of file PythonObjectWrapper.h.
PyObject* PLearn::PLPyClass::pyclass |
Definition at line 734 of file PythonObjectWrapper.h.