MOOSE - Multiscale Object Oriented Simulation Environment
|
#include <SetGet.h>
Public Member Functions | |
bool | checkOpClass (const OpFunc *op) const |
SetGet0 () | |
![]() | |
SetGet () | |
virtual | ~SetGet () |
Static Public Member Functions | |
static bool | innerStrSet (const ObjId &dest, const string &field, const string &val) |
static bool | set (const ObjId &dest, const string &field) |
![]() | |
static const OpFunc * | checkSet (const string &field, ObjId &tgt, FuncId &fid) |
static const vector< double * > * | dispatchGet (const ObjId &tgt, FuncId tgtFid, const double *arg, unsigned int size) |
Sends out request for data, and awaits its return. More... | |
static bool | strGet (const ObjId &tgt, const string &field, string &ret) |
static bool | strSet (const ObjId &dest, const string &field, const string &val) |
|
inlinevirtual |
Implements SetGet.
Definition at line 139 of file SetGet.h.
References op().
|
inlinestatic |
|
inlinestatic |
Blocking, typed 'Set' call
Definition at line 103 of file SetGet.h.
References SetGet::checkSet(), ObjId::eref(), ObjId::isGlobal(), ObjId::isOffNode(), OpFunc0Base::makeHopFunc(), MooseSetHop, OpFunc0Base::op(), op(), and OpFunc::opIndex().
Referenced by Shell::doQuit(), Shell::doReinit(), Shell::doStop(), innerStrSet(), and moose_ObjId_setDestField().