#include <SetGet.h>
Public Member Functions | |
SetGet4 () | |
Static Public Member Functions | |
static bool | set (const ObjId &dest, const string &field, A1 arg1, A2 arg2, A3 arg3, A4 arg4) |
static bool | innerStrSet (const ObjId &dest, const string &field, const string &val) |
SetGet4 handles 4-argument Sets. It does not deal with Gets.
SetGet4< A1, A2, A3, A4 >::SetGet4 | ( | ) | [inline] |
static bool SetGet4< A1, A2, A3, A4 >::innerStrSet | ( | const ObjId & | dest, | |
const string & | field, | |||
const string & | val | |||
) | [inline, static] |
Blocking call using string conversion. As yet we don't have 2 arg conversion from a single string. So this is a dummy
static bool SetGet4< A1, A2, A3, A4 >::set | ( | const ObjId & | dest, | |
const string & | field, | |||
A1 | arg1, | |||
A2 | arg2, | |||
A3 | arg3, | |||
A4 | arg4 | |||
) | [inline, static] |
Blocking, typed 'Set' call
References SetGet::checkSet(), ObjId::eref(), ObjId::isGlobal(), ObjId::isOffNode(), OpFunc4Base< A1, A2, A3, A4 >::makeHopFunc(), MooseSetHop, OpFunc4Base< A1, A2, A3, A4 >::op(), and OpFunc::opIndex().