
#include <PythonCCS.h>


Public Member Functions | |
| PythonCCS (CkArgMsg *arg) | |
| void | forwardString (CkReductionMsg *msg) |
| void | forwardInt (CkReductionMsg *msg) |
Static Public Attributes | |
| static CkReduction::reducerType | reduceString |
Definition at line 145 of file PythonCCS.h.
| PythonCCS::PythonCCS | ( | CkArgMsg * | arg | ) |
| void PythonCCS::forwardString | ( | CkReductionMsg * | msg | ) |
Definition at line 891 of file PythonCCS.C.
References CcsSendDelayedReply(), PythonReplyString::data, and PythonReplyString::reply.
| void PythonCCS::forwardInt | ( | CkReductionMsg * | msg | ) |
Definition at line 896 of file PythonCCS.C.
References CcsSendDelayedReply(), CkPythonDebugf(), PythonReplyInt::reply, and PythonReplyInt::value.
Definition at line 151 of file PythonCCS.h.
Referenced by initializePythonDefault(), and PythonObject::print().
1.5.5