Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ParamFunctor.h File Reference
#include "RtypesCore.h"
#include <functional>
#include <iostream>
Include dependency graph for ParamFunctor.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  ROOT::Math::ParamFunctorHandler< ParentFunctor, Func >::FuncEvaluator< F, T >
 
struct  ROOT::Math::ParamFunctorHandler< ParentFunctor, Func >::FuncEvaluator< F *, T >
 
struct  ROOT::Math::ParamFunctorHandler< ParentFunctor, Func >::FuncEvaluator< F *const, T >
 
struct  ROOT::Math::ParamMemFunHandler< ParentFunctor, PointerToObj, PointerToMemFn >::MemFuncEvaluator< PObj, F, T >
 
class  ROOT::Math::ParamFunctionBase< T >
 class defining the signature for multi-dim parametric functions More...
 
class  ROOT::Math::ParamFunctorHandler< ParentFunctor, Func >
 ParamFunctor Handler class is responsible for wrapping any other functor and pointer to free C functions. More...
 
class  ROOT::Math::ParamFunctorTempl< T >
 Param Functor class for Multidimensional functions. More...
 
class  ROOT::Math::ParamMemFunHandler< ParentFunctor, PointerToObj, PointerToMemFn >
 ParamFunctor Handler to Wrap pointers to member functions. More...
 

Namespaces

namespace  ROOT
 This file contains a specialised ROOT message handler to test for diagnostic in unit tests.
 
namespace  ROOT::Math
 

Typedefs

using ROOT::Math::ParamFunctor = ParamFunctorTempl< double >