#include <PythonCCS-client.h>
Public Member Functions | |
bool | isFinished () |
bool | isExecute () |
bool | isPrint () |
void | unpack () |
Data Fields | |
CmiUInt4 | magic |
Definition at line 52 of file PythonCCS-client.h.
bool PythonAbstract::isFinished | ( | ) |
Definition at line 133 of file PythonCCS-client.C.
References PythonFinished::localmagic, and magic.
Referenced by PythonObject::pyRequest().
bool PythonAbstract::isExecute | ( | ) |
Definition at line 137 of file PythonCCS-client.C.
References PythonExecute::localmagic, and magic.
Referenced by PythonObject::pyRequest(), and CpdPythonGroup::registerPersistent().
bool PythonAbstract::isPrint | ( | ) |
Definition at line 141 of file PythonCCS-client.C.
References PythonPrint::localmagic, and magic.
Referenced by PythonObject::pyRequest().
void PythonAbstract::unpack | ( | ) |
Reimplemented in PythonExecute, PythonPrint, and PythonFinished.
Definition at line 129 of file PythonCCS-client.C.
References magic, and ntohl().
Referenced by PythonObject::pyRequest(), and CpdPythonGroup::registerPersistent().
Definition at line 56 of file PythonCCS-client.h.
Referenced by isExecute(), isFinished(), isPrint(), PythonFinished::pack(), PythonPrint::pack(), PythonExecute::pack(), PythonPrint::print(), PythonExecute::print(), PythonExecute::PythonExecute(), PythonFinished::PythonFinished(), PythonPrint::PythonPrint(), and unpack().