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

#include <PythonObjectWrapper.h>

List of all members.

Static Public Member Functions

static unsigned int convert (PyObject *pyobj, bool print_traceback)

Detailed Description

template<>
struct PLearn::ConvertFromPyObject< unsigned int >

Definition at line 266 of file PythonObjectWrapper.h.


Member Function Documentation

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

Definition at line 268 of file PythonObjectWrapper.h.

    { return integerFromPyObject<unsigned 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