ParamFunctor Handler to Wrap pointers to member functions.
Definition at line 173 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  More... | |
| 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 &) | |
| ParamMemFunHandler & | operator= (const ParamMemFunHandler &) | 
Private Attributes | |
| PointerToMemFn | fMemFn | 
| PointerToObj | fObj | 
#include <Math/ParamFunctor.h>
      
  | 
  private | 
Definition at line 175 of file ParamFunctor.h.
      
  | 
  inline | 
constructor from a pointer to the class and a pointer to the function
Definition at line 181 of file ParamFunctor.h.
      
  | 
  inlinevirtual | 
Definition at line 185 of file ParamFunctor.h.
      
  | 
  private | 
      
  | 
  inline | 
Definition at line 208 of file ParamFunctor.h.
      
  | 
  inline | 
Definition at line 203 of file ParamFunctor.h.
      
  | 
  inline | 
Definition at line 199 of file ParamFunctor.h.
      
  | 
  inline | 
Definition at line 191 of file ParamFunctor.h.
      
  | 
  private | 
      
  | 
  private | 
Definition at line 253 of file ParamFunctor.h.
      
  | 
  private | 
Definition at line 252 of file ParamFunctor.h.