#include <OpFuncBase.h>
Public Member Functions | |
bool | checkFinfo (const Finfo *s) const |
virtual void | op (const Eref &e) 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 |
Implements OpFunc.
Referenced by SetGet0::set().
virtual void OpFunc0Base::op | ( | const Eref & | e | ) | const [pure virtual] |
Implemented in EpFunc0< T >, HopFunc0, and OpFunc0< T >.
Referenced by opBuffer(), SrcFinfo0::send(), and SetGet0::set().
void OpFunc0Base::opBuffer | ( | const Eref & | e, | |
double * | buf | |||
) | const [virtual] |
string OpFunc0Base::rttiType | ( | ) | const [inline, virtual] |
Implements OpFunc.