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

#include <PythonObjectWrapper.h>

List of all members.

Static Public Member Functions

static short convert (PyObject *pyobj, bool print_traceback)

Detailed Description

template<>
struct PLearn::ConvertFromPyObject< short >

Definition at line 245 of file PythonObjectWrapper.h.


Member Function Documentation

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

Definition at line 247 of file PythonObjectWrapper.h.

    { return integerFromPyObject<short>(pyobj, print_traceback); }

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