A class to hold information needed to call Python functions from delegated methods (see class Delegator). More...
#include <funcWrapper.h>
A class to hold information needed to call Python functions from delegated methods (see class Delegator).
Definition at line 16 of file funcWrapper.h.
Public Member Functions | |
PyFuncInfo (const PyFuncInfo &other) | |
PyObject * | func () |
void | setFunc (PyObject *f) |
PyObject * | exceptionType () |
void | setExceptionType (PyObject *obj) |
PyObject * | exceptionValue () |
void | setExceptionValue (PyObject *obj) |
Private Attributes | |
PyObject * | m_func |
PyObject * | m_exception_type |
PyObject * | m_exception_value |
|
inline |
Definition at line 18 of file funcWrapper.h.
|
inline |
Definition at line 25 of file funcWrapper.h.
|
inline |
Definition at line 34 of file funcWrapper.h.
|
inline |
Definition at line 39 of file funcWrapper.h.
|
inline |
Definition at line 42 of file funcWrapper.h.
|
inline |
Definition at line 46 of file funcWrapper.h.
|
inline |
Definition at line 49 of file funcWrapper.h.
|
inline |
Definition at line 55 of file funcWrapper.h.
|
inline |
Definition at line 58 of file funcWrapper.h.
|
private |
Definition at line 65 of file funcWrapper.h.
|
private |
Definition at line 66 of file funcWrapper.h.
|
private |
Definition at line 67 of file funcWrapper.h.