Cantera 2.6.0
|
A class to hold information needed to call Python functions from delgated methods (see class Delegator). More...
#include <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 |
A class to hold information needed to call Python functions from delgated methods (see class Delegator).
Definition at line 19 of file funcWrapper.h.
|
inline |
Definition at line 21 of file funcWrapper.h.
|
inline |
Definition at line 28 of file funcWrapper.h.
|
inline |
Definition at line 37 of file funcWrapper.h.
|
inline |
Definition at line 42 of file funcWrapper.h.
|
inline |
Definition at line 45 of file funcWrapper.h.
|
inline |
Definition at line 49 of file funcWrapper.h.
|
inline |
Definition at line 52 of file funcWrapper.h.
|
inline |
Definition at line 58 of file funcWrapper.h.
|
inline |
Definition at line 61 of file funcWrapper.h.
|
private |
Definition at line 68 of file funcWrapper.h.
|
private |
Definition at line 69 of file funcWrapper.h.
|
private |
Definition at line 70 of file funcWrapper.h.