#include <OpFuncBase.h>
Public Member Functions | |
bool | checkFinfo (const Finfo *s) const |
virtual void | op (const Eref &e, A1 arg1, A2 arg2, A3 arg3) const =0 |
const OpFunc * | makeHopFunc (HopIndex hopIndex) const |
void | opBuffer (const Eref &e, double *buf) const |
Executes the OpFunc by converting args. | |
string | rttiType () const |
bool OpFunc3Base< A1, A2, A3 >::checkFinfo | ( | const Finfo * | s | ) | const [inline, virtual] |
Implements OpFunc.
const OpFunc * OpFunc3Base< A1, A2, A3 >::makeHopFunc | ( | HopIndex | hopIndex | ) | const [inline, virtual] |
Implements OpFunc.
Referenced by SetGet3< A1, A2, A3 >::set().
virtual void OpFunc3Base< A1, A2, A3 >::op | ( | const Eref & | e, | |
A1 | arg1, | |||
A2 | arg2, | |||
A3 | arg3 | |||
) | const [pure virtual] |
Implemented in EpFunc3< T, A1, A2, A3 >, HopFunc3< A1, A2, A3 >, and OpFunc3< T, A1, A2, A3 >.
Referenced by OpFunc3Base< A1, A2, A3 >::opBuffer(), SrcFinfo3< T1, T2, T3 >::send(), and SetGet3< A1, A2, A3 >::set().
void OpFunc3Base< A1, A2, A3 >::opBuffer | ( | const Eref & | e, | |
double * | buf | |||
) | const [inline, virtual] |
Executes the OpFunc by converting args.
Implements OpFunc.
References OpFunc3Base< A1, A2, A3 >::op().
string OpFunc3Base< A1, A2, A3 >::rttiType | ( | ) | const [inline, virtual] |
Implements OpFunc.