ParamFunctor Handler class is responsible for wrapping any other functor and pointer to free C functions.
It can be created from any function implementing the correct signature corresponding to the requested type
Definition at line 65 of file ParamFunctor.h.
Classes | |
struct | FuncEvaluator |
struct | FuncEvaluator< F *, T > |
struct | FuncEvaluator< F *const, T > |
Public Member Functions | |
ParamFunctorHandler (const Func &fun) | |
virtual | ~ParamFunctorHandler () |
ParamFunctorHandler * | Clone () const |
EvalType | operator() (const EvalType *x, const double *p) |
EvalType | operator() (EvalType *x, double *p) |
EvalType | operator() (EvalType x, double *p) |
Private Types | |
typedef ParentFunctor::Impl | Base |
typedef ParentFunctor::EvalType | EvalType |
Private Attributes | |
Func | fFunc |
#include <Math/ParamFunctor.h>
|
private |
Definition at line 68 of file ParamFunctor.h.
|
private |
Definition at line 67 of file ParamFunctor.h.
|
inline |
Definition at line 73 of file ParamFunctor.h.
|
inlinevirtual |
Definition at line 76 of file ParamFunctor.h.
|
inline |
Definition at line 99 of file ParamFunctor.h.
|
inline |
Definition at line 94 of file ParamFunctor.h.
|
inline |
Definition at line 90 of file ParamFunctor.h.
|
inline |
Definition at line 80 of file ParamFunctor.h.
|
private |
Definition at line 106 of file ParamFunctor.h.