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

#include <PythonObjectWrapper.h>

List of all members.

Static Public Member Functions

static PPath convert (PyObject *, bool print_traceback)

Detailed Description

template<>
struct PLearn::ConvertFromPyObject< PPath >

Definition at line 321 of file PythonObjectWrapper.h.


Member Function Documentation

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

Definition at line 180 of file PythonObjectWrapper.cc.

{
    return PPath(ConvertFromPyObject<string>::convert(pyobj, print_traceback));
}

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