|
MOOSE - Multiscale Object Oriented Simulation Environment
|
#include <SetGet.h>
Inheritance diagram for SetGet3< A1, A2, A3 >:
Collaboration diagram for SetGet3< A1, A2, A3 >:Public Member Functions | |
| SetGet3 () | |
Public Member Functions inherited from SetGet | |
| 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) |
Static Public Member Functions inherited from SetGet | |
| 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) |
SetGet3 handles 3-argument Sets. It does not deal with Gets.
|
inlinestatic |
Blocking call using string conversion. As yet we don't have 2 arg conversion from a single string. So this is a dummy
Definition at line 659 of file SetGet.h.
References SetGet3< A1, A2, A3 >::set(), and Conv< T >::str2val().
Here is the call graph for this function:
|
inlinestatic |
Blocking, typed 'Set' call
Definition at line 626 of file SetGet.h.
References SetGet::checkSet(), ObjId::eref(), ObjId::isGlobal(), ObjId::isOffNode(), OpFunc3Base< A1, A2, A3 >::makeHopFunc(), MooseSetHop, OpFunc3Base< A1, A2, A3 >::op(), op(), and OpFunc::opIndex().
Referenced by SetGet3< A1, A2, A3 >::innerStrSet(), Spine::setShaftLength(), testAssortedMsg(), testCopyMsgOps(), and testShellAddMsg().
Here is the call graph for this function:
Here is the caller graph for this function: