#include <SetGet.h>
Public Member Functions | |
SetGet6 () | |
Static Public Member Functions | |
static bool | set (const ObjId &dest, const string &field, A1 arg1, A2 arg2, A3 arg3, A4 arg4, A5 arg5, A6 arg6) |
static bool | innerStrSet (const ObjId &dest, const string &field, const string &val) |
SetGet6 handles 6-argument Sets. It does not deal with Gets.
SetGet6< A1, A2, A3, A4, A5, A6 >::SetGet6 | ( | ) | [inline] |
static bool SetGet6< A1, A2, A3, A4, A5, A6 >::innerStrSet | ( | const ObjId & | dest, | |
const string & | field, | |||
const string & | val | |||
) | [inline, static] |
Blocking call using string conversion.
static bool SetGet6< A1, A2, A3, A4, A5, A6 >::set | ( | const ObjId & | dest, | |
const string & | field, | |||
A1 | arg1, | |||
A2 | arg2, | |||
A3 | arg3, | |||
A4 | arg4, | |||
A5 | arg5, | |||
A6 | arg6 | |||
) | [inline, static] |
Blocking, typed 'Set' call
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(), and OpFunc::opIndex().