![]() |
ROOT
6.06/09
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 () |
| double | operator() (double x, double *p) |
| double | operator() (double *x, double *p) |
| ParamMemFunHandler * | Clone () const |
Private Types | |
| typedef ParentFunctor::Impl | Base |
Private Member Functions | |
| ParamMemFunHandler (const ParamMemFunHandler &) | |
| ParamMemFunHandler & | operator= (const ParamMemFunHandler &) |
Private Attributes | |
| PointerToObj | fObj |
| PointerToMemFn | fMemFn |
#include <Math/ParamFunctor.h>
Inheritance diagram for ROOT::Math::ParamMemFunHandler< ParentFunctor, PointerToObj, PointerToMemFn >:
Collaboration diagram for ROOT::Math::ParamMemFunHandler< ParentFunctor, PointerToObj, PointerToMemFn >:
|
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.
Referenced by ROOT::Math::ParamMemFunHandler< ParentFunctor, PointerToObj, PointerToMemFn >::Clone().
|
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.
Referenced by ROOT::Math::ParamMemFunHandler< ParentFunctor, PointerToObj, PointerToMemFn >::Clone(), and ROOT::Math::ParamMemFunHandler< ParentFunctor, PointerToObj, PointerToMemFn >::operator()().
|
private |
Definition at line 188 of file ParamFunctor.h.
Referenced by ROOT::Math::ParamMemFunHandler< ParentFunctor, PointerToObj, PointerToMemFn >::Clone().