Public Member Functions | |
DimRpcInfoWrapper (const char *name, void *nolink, int nolinksize) | |
DimRpcInfoWrapper (const char *name, int time, void *nolink, int nolinksize) | |
void | rpcInfoHandler () |
int | setPyRef (PyObject *self) |
~DimRpcInfoWrapper () | |
Private Attributes | |
PyObject * | self |
Definition at line 394 of file dimcppmodule.cpp.
DimRpcInfoWrapper | ( | const char * | name, | |
int | time, | |||
void * | nolink, | |||
int | nolinksize | |||
) | [inline] |
it is much easier to provide a simple setter for the python object reference rather than reimplement all 12 costructors. This needs to be called imediatelly after the init method of the object.
Definition at line 409 of file dimcppmodule.cpp.
DimRpcInfoWrapper | ( | const char * | name, | |
void * | nolink, | |||
int | nolinksize | |||
) | [inline] |
Definition at line 412 of file dimcppmodule.cpp.
~DimRpcInfoWrapper | ( | ) | [inline] |
Definition at line 445 of file dimcppmodule.cpp.
void rpcInfoHandler | ( | ) | [inline] |
Definition at line 424 of file dimcppmodule.cpp.
int setPyRef | ( | PyObject * | self | ) | [inline] |
Definition at line 415 of file dimcppmodule.cpp.
PyObject* self [private] |
Definition at line 401 of file dimcppmodule.cpp.