MOOSE - Multiscale Object Oriented Simulation Environment
|
#include <OpFunc.h>
Public Member Functions | |
void | op (const Eref &e, A1 arg1, A2 arg2) const |
OpFunc2 (void(T::*func)(A1, A2)) | |
Public Member Functions inherited from OpFunc2Base< A1, A2 > | |
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 |
Public Member Functions inherited from OpFunc | |
OpFunc () | |
unsigned int | opIndex () const |
bool | setIndex (unsigned int i) |
Used when rebuilding the Fid->OpFunc mapping. More... | |
virtual | ~OpFunc () |
Private Attributes | |
void(T::* | func_ )(A1, A2) |
Additional Inherited Members | |
Static Public Member Functions inherited from OpFunc | |
static const OpFunc * | lookop (unsigned int opIndex) |
static unsigned int | rebuildOpIndex () |
cleans out the entire Ops vector. Returns size of orig vector. More... | |
|
inline |
|
inlinevirtual |
Implements OpFunc2Base< A1, A2 >.
Definition at line 48 of file OpFunc.h.
References Eref::data(), and OpFunc2< T, A1, A2 >::func_.
|
private |
Definition at line 53 of file OpFunc.h.
Referenced by OpFunc2< T, A1, A2 >::op().