PLearn 0.1
Static Public Member Functions
PLearn::ConvertToPyObject< PPath > Struct Template Reference

#include <PythonObjectWrapper.h>

List of all members.

Static Public Member Functions

static PyObject * newPyObject (const PPath &x)

Detailed Description

template<>
struct PLearn::ConvertToPyObject< PPath >

Definition at line 616 of file PythonObjectWrapper.h.


Member Function Documentation

PyObject * PLearn::ConvertToPyObject< PPath >::newPyObject ( const PPath x) [static]

Definition at line 817 of file PythonObjectWrapper.cc.

{
    return PyString_FromString(x.c_str());
}

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