#include <PythonCCS.h>
Data Fields | |
bool | inUse |
bool | isKeepPrint |
PyObject * | arg |
PyObject ** | result |
CthThread | thread |
PyThreadState * | pythread |
int | clientReady |
CcsDelayedReply | client |
int | finishReady |
CcsDelayedReply | finish |
std::string | printed |
Definition at line 25 of file PythonCCS.h.
Definition at line 27 of file PythonCCS.h.
PyObject* PythonStruct::arg |
Definition at line 29 of file PythonCCS.h.
PyObject** PythonStruct::result |
Definition at line 30 of file PythonCCS.h.
Definition at line 31 of file PythonCCS.h.
PyThreadState* PythonStruct::pythread |
Definition at line 32 of file PythonCCS.h.
Definition at line 43 of file PythonCCS.h.
Definition at line 49 of file PythonCCS.h.
std::string PythonStruct::printed |