MOOSE - Multiscale Object Oriented Simulation Environment
|
#include <SetGet.h>
Public Member Functions | |
SetGet6 () | |
![]() | |
virtual bool | checkOpClass (const OpFunc *op) const =0 |
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, A1 arg1, A2 arg2, A3 arg3, A4 arg4, A5 arg5, A6 arg6) |
![]() | |
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) |
SetGet6 handles 6-argument Sets. It does not deal with Gets.
|
inlinestatic |
Blocking call using string conversion.
Definition at line 848 of file SetGet.h.
References SetGet6< A1, A2, A3, A4, A5, A6 >::set(), and Conv< T >::str2val().
|
inlinestatic |
Blocking, typed 'Set' call
Definition at line 818 of file SetGet.h.
References SetGet::checkSet(), ObjId::eref(), ObjId::isGlobal(), ObjId::isOffNode(), OpFunc6Base< A1, A2, A3, A4, A5, A6 >::makeHopFunc(), MooseSetHop, OpFunc6Base< A1, A2, A3, A4, A5, A6 >::op(), op(), and OpFunc::opIndex().
Referenced by Shell::doAddMsg(), Shell::doCreate(), and SetGet6< A1, A2, A3, A4, A5, A6 >::innerStrSet().