#include <funct.h>
Definition at line 76 of file funct.h.
Public Member Functions | |
funct_fptr (int(*fp)(double x, double &y, param_t &pa)) | |
Specify the function pointer. | |
virtual | ~funct_fptr () |
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 Member Functions | |
funct_fptr () | |
Protected Attributes | |
int(* | fptr )(double x, double &y, param_t &pa) |
Storage for the function pointer. |