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

#include <PythonObjectWrapper.h>

List of all members.

Static Public Member Functions

static int convert (PyObject *pyobj, bool print_traceback)

Detailed Description

template<>
struct PLearn::ConvertFromPyObject< int >

Definition at line 259 of file PythonObjectWrapper.h.


Member Function Documentation

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

Definition at line 261 of file PythonObjectWrapper.h.

    { return integerFromPyObject<int>(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