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

#include <PythonObjectWrapper.h>

List of all members.

Static Public Member Functions

static PyObject * newPyObject (const VarArray &)

Detailed Description

template<>
struct PLearn::ConvertToPyObject< VarArray >

Definition at line 714 of file PythonObjectWrapper.h.


Member Function Documentation

PyObject * PLearn::ConvertToPyObject< VarArray >::newPyObject ( const VarArray var) [static]

Definition at line 911 of file PythonObjectWrapper.cc.

References PLearn::ConvertToPyObject< T >::newPyObject(), and PLearn::var().

{
    return ConvertToPyObject<TVec<Var> >::newPyObject(var);
}

Here is the call graph for this function:


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