#include <funct.h>
Definition at line 217 of file funct.h.
Public Member Functions | |
funct_mfptr (tclass *tp, int(tclass::*fp)(double x, double &y, param_t &pa)) | |
Specify the member function pointer. | |
virtual int | operator() (double x, double &y, param_t &pa) |
The overloaded operator(). | |
virtual double | operator() (double x, param_t &pa) |
The overloaded operator(). | |
Protected Attributes | |
int(tclass::* | fptr )(double x, double &y, param_t &pa) |
Storage for the member function pointer. | |
tclass * | tptr |
Store the pointer to the class instance. |
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.
Project hosting provided by
,
O2scl Sourceforge Project Page