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

#include <PythonObjectWrapper.h>

List of all members.

Static Public Member Functions

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

Detailed Description

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

Definition at line 287 of file PythonObjectWrapper.h.


Member Function Documentation

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

Definition at line 289 of file PythonObjectWrapper.h.

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