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

#include <PythonObjectWrapper.h>

List of all members.

Static Public Member Functions

static VarArray convert (PyObject *, bool print_traceback)

Detailed Description

template<>
struct PLearn::ConvertFromPyObject< VarArray >

Definition at line 457 of file PythonObjectWrapper.h.


Member Function Documentation

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

Definition at line 342 of file PythonObjectWrapper.cc.

{
    return static_cast<VarArray>(ConvertFromPyObject<TVec<Var> >::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