|
| EpFunc2 (void(T::*func)(const Eref &, A1, A2)) |
|
void | op (const Eref &e, A1 arg1, A2 arg2) const |
|
bool | checkFinfo (const Finfo *s) const |
|
const OpFunc * | makeHopFunc (HopIndex hopIndex) const |
|
void | opBuffer (const Eref &e, double *buf) const |
| Executes the OpFunc by converting args. More...
|
|
virtual void | opVec (const Eref &e, const vector< A1 > &arg1, const vector< A2 > &arg2, const OpFunc2Base< A1, A2 > *op) const |
|
void | opVecBuffer (const Eref &e, double *buf) const |
| Executes the OpFunc for all data by converting a vector of args. More...
|
|
string | rttiType () const |
|
| OpFunc () |
|
unsigned int | opIndex () const |
|
bool | setIndex (unsigned int i) |
| Used when rebuilding the Fid->OpFunc mapping. More...
|
|
virtual | ~OpFunc () |
|
template<class T, class A1, class A2>
class EpFunc2< T, A1, A2 >
Definition at line 79 of file EpFunc.h.