PLearn 0.1
Public Member Functions | Public Attributes
PLearn::PLPyClass Struct Reference

#include <PythonObjectWrapper.h>

Collaboration diagram for PLearn::PLPyClass:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 PLPyClass (PyObject *pyclass_, PP< PObjectPool< PyMethodDef > > &methods_)

Public Attributes

PyObject * pyclass
PP< PObjectPool< PyMethodDef > > methods
TVec< string > methods_help
int nref

Detailed Description

Definition at line 723 of file PythonObjectWrapper.h.


Constructor & Destructor Documentation

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)
    {}

Member Data Documentation

Definition at line 735 of file PythonObjectWrapper.h.

Definition at line 736 of file PythonObjectWrapper.h.

Definition at line 737 of file PythonObjectWrapper.h.

Definition at line 734 of file PythonObjectWrapper.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines