#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 888 of file PythonCCS.C.
References CcsSendDelayedReply(), PythonReplyString::data, CkReductionMsg::getData(), CkReductionMsg::getSize(), and PythonReplyString::reply.
void PythonCCS::forwardInt | ( | CkReductionMsg * | msg | ) |
Definition at line 893 of file PythonCCS.C.
References CcsSendDelayedReply(), CkPythonDebugf(), CkReductionMsg::getData(), PythonReplyInt::reply, and PythonReplyInt::value.
Definition at line 151 of file PythonCCS.h.
Referenced by initializePythonDefault(), and PythonObject::print().