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

#include <PythonObjectWrapper.h>

List of all members.

Static Public Member Functions

static PyObject * newPyObject (const unsigned short &x)

Detailed Description

template<>
struct PLearn::ConvertToPyObject< unsigned short >

Definition at line 552 of file PythonObjectWrapper.h.


Member Function Documentation

static PyObject* PLearn::ConvertToPyObject< unsigned short >::newPyObject ( const unsigned short &  x) [inline, static]

Definition at line 554 of file PythonObjectWrapper.h.

References PLearn::integerToPyObject().

    { return integerToPyObject(x); }

Here is the call graph for this function:


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