itom
|
Public Member Functions | |
FuncWeakRef (PythonProxy::PyProxy *proxyObject, PyObject *argTuple=NULL) | |
FuncWeakRef (const FuncWeakRef &rhs) | |
FuncWeakRef & | operator= (FuncWeakRef rhs) |
PythonProxy::PyProxy * | getProxyObject () const |
PyObject * | getArguments () const |
bool | isValid () const |
void | setHandle (const size_t &handle) |
size_t | getHandle () const |
Private Attributes | |
PythonProxy::PyProxy * | m_proxyObject |
PyObject * | m_argument |
size_t | m_handle |