#include <ode_funct.h>
Definition at line 216 of file ode_funct.h.
Public Member Functions | |
ode_vfunct_mfptr (tclass *tp, int(tclass::*fp)(double x, size_t nvar, const double y[nv], double dydx[nv], param_t &)) | |
Specify the member function pointer. | |
virtual | ~ode_vfunct_mfptr () |
virtual int | operator() (double x, size_t nvar, const double y[nv], double dydx[nv], param_t &pa) |
The overloaded operator(). | |
Protected Attributes | |
int(tclass::* | fptr )(double x, size_t nvar, const double y[nv], double dydx[nv], param_t &) |
Pointer to the member function. | |
tclass * | tptr |
Pointer to the class. | |
Private Member Functions | |
ode_vfunct_mfptr (const ode_vfunct_mfptr &) | |
ode_vfunct_mfptr & | operator= (const ode_vfunct_mfptr &) |