funct_fptr_nopar Class Template Reference

#include <funct.h>

Inheritance diagram for funct_fptr_nopar:

funct

Detailed Description

template<class param_t>
class funct_fptr_nopar< param_t >

Function pointer to a function.

Definition at line 171 of file funct.h.


Public Member Functions

 funct_fptr_nopar (double(*fp)(double x))
 Specify the function pointer.
virtual ~funct_fptr_nopar ()
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

double(* fptr )(double x)
 Storage for the function pointer.

The documentation for this class was generated from the following file:
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.