ParamFunctor Handler to Wrap pointers to member functions.
Definition at line 174 of file ParamFunctor.h.
Classes | |
struct | MemFuncEvaluator |
Public Member Functions | |
ParamMemFunHandler (const PointerToObj &pObj, PointerToMemFn pMemFn) | |
constructor from a pointer to the class and a pointer to the function | |
virtual | ~ParamMemFunHandler () |
ParamMemFunHandler * | Clone () const |
double | operator() (const double *x, const double *p) |
double | operator() (double *x, double *p) |
double | operator() (double x, double *p) |
Private Types | |
typedef ParentFunctor::Impl | Base |
Private Member Functions | |
ParamMemFunHandler (const ParamMemFunHandler &)=delete | |
ParamMemFunHandler & | operator= (const ParamMemFunHandler &)=delete |
Private Attributes | |
PointerToMemFn | fMemFn |
PointerToObj | fObj |
#include <Math/ParamFunctor.h>
|
private |
Definition at line 176 of file ParamFunctor.h.
|
inline |
constructor from a pointer to the class and a pointer to the function
Definition at line 182 of file ParamFunctor.h.
|
inlinevirtual |
Definition at line 186 of file ParamFunctor.h.
|
privatedelete |
|
inline |
Definition at line 209 of file ParamFunctor.h.
|
inline |
Definition at line 204 of file ParamFunctor.h.
|
inline |
Definition at line 200 of file ParamFunctor.h.
|
inline |
Definition at line 192 of file ParamFunctor.h.
|
privatedelete |
|
private |
Definition at line 254 of file ParamFunctor.h.
|
private |
Definition at line 253 of file ParamFunctor.h.