PLearn 0.1
Static Public Member Functions
PLearn::ConvertFromPyObject< PyObject * > Struct Template Reference

#include <PythonObjectWrapper.h>

List of all members.

Static Public Member Functions

static PyObject * convert (PyObject *, bool print_traceback)

Detailed Description

template<>
struct PLearn::ConvertFromPyObject< PyObject * >

Definition at line 232 of file PythonObjectWrapper.h.


Member Function Documentation

PyObject * PLearn::ConvertFromPyObject< PyObject * >::convert ( PyObject *  pyobj,
bool  print_traceback 
) [static]

Definition at line 97 of file PythonObjectWrapper.cc.

References PLASSERT.

{
    PLASSERT( pyobj );
    return pyobj;
}

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