#include <OpFunc.h>
Public Member Functions | |
OpFunc4 (void(T::*func)(A1, A2, A3, A4)) | |
void | op (const Eref &e, A1 arg1, A2 arg2, A3 arg3, A4 arg4) const |
OpFunc4< T, A1, A2, A3, A4 >::OpFunc4 | ( | void(T::*)(A1, A2, A3, A4) | func | ) | [inline] |
void OpFunc4< T, A1, A2, A3, A4 >::op | ( | const Eref & | e, | |
A1 | arg1, | |||
A2 | arg2, | |||
A3 | arg3, | |||
A4 | arg4 | |||
) | const [inline, virtual] |
Implements OpFunc4Base< A1, A2, A3, A4 >.
References Eref::data().