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

#include <PythonObjectWrapper.h>

List of all members.

Static Public Member Functions

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

Detailed Description

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

Definition at line 294 of file PythonObjectWrapper.h.


Member Function Documentation

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

Definition at line 296 of file PythonObjectWrapper.h.

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