|
ROOT 6.08/07 Reference Guide |
ParamFunctor Handler to Wrap pointers to member functions.
Definition at line 148 of file ParamFunctor.h.
Public Member Functions | |
| ParamMemFunHandler (const PointerToObj &pObj, PointerToMemFn pMemFn) | |
| constructor from a pointer to the class and a pointer to the function More... | |
| virtual | ~ParamMemFunHandler () |
| ParamMemFunHandler * | Clone () const |
| double | operator() (double x, double *p) |
| double | operator() (double *x, double *p) |
Private Types | |
| typedef ParentFunctor::Impl | Base |
Private Member Functions | |
| ParamMemFunHandler (const ParamMemFunHandler &) | |
| ParamMemFunHandler & | operator= (const ParamMemFunHandler &) |
Private Attributes | |
| PointerToMemFn | fMemFn |
| PointerToObj | fObj |
#include <Math/ParamFunctor.h>
|
private |
Definition at line 150 of file ParamFunctor.h.
|
inline |
constructor from a pointer to the class and a pointer to the function
Definition at line 156 of file ParamFunctor.h.
|
inlinevirtual |
Definition at line 160 of file ParamFunctor.h.
|
private |
|
inline |
Definition at line 179 of file ParamFunctor.h.
|
inline |
Definition at line 166 of file ParamFunctor.h.
|
inline |
Definition at line 174 of file ParamFunctor.h.
|
private |
|
private |
Definition at line 189 of file ParamFunctor.h.
|
private |
Definition at line 188 of file ParamFunctor.h.