Public Member Functions | |
DimRpcWrapper (char *name, char *format_in, char *format_out, PyObject *pyobj) | |
void | rpcHandler () |
~DimRpcWrapper () | |
Private Attributes | |
PyObject * | self |
Definition at line 30 of file dimcppmodule.cpp.
DimRpcWrapper | ( | char * | name, | |
char * | format_in, | |||
char * | format_out, | |||
PyObject * | pyobj | |||
) | [inline] |
Definition at line 41 of file dimcppmodule.cpp.
~DimRpcWrapper | ( | ) | [inline] |
Definition at line 77 of file dimcppmodule.cpp.
void rpcHandler | ( | ) | [inline] |
Definition at line 53 of file dimcppmodule.cpp.
PyObject* self [private] |
Definition at line 38 of file dimcppmodule.cpp.