Logo ROOT  
Reference Guide
TF1::TF1FunctorPointerImpl< T > Struct Template Reference

template<class T>
struct TF1::TF1FunctorPointerImpl< T >

Definition at line 289 of file TF1.h.

Public Member Functions

 TF1FunctorPointerImpl (const ROOT::Math::ParamFunctorTempl< T > &func)
 
 TF1FunctorPointerImpl (const std::function< T(const T *f, const Double_t *param)> &func)
 
virtual ~TF1FunctorPointerImpl ()
 
virtual TF1FunctorPointerClone () const
 
- Public Member Functions inherited from TF1::TF1FunctorPointer
virtual ~TF1FunctorPointer ()
 
virtual TF1FunctorPointerClone () const =0
 

Public Attributes

ROOT::Math::ParamFunctorTempl< T > fImpl
 

#include <TF1.h>

Inheritance diagram for TF1::TF1FunctorPointerImpl< T >:
[legend]

Constructor & Destructor Documentation

◆ TF1FunctorPointerImpl() [1/2]

template<class T >
TF1::TF1FunctorPointerImpl< T >::TF1FunctorPointerImpl ( const ROOT::Math::ParamFunctorTempl< T > &  func)
inline

Definition at line 290 of file TF1.h.

◆ TF1FunctorPointerImpl() [2/2]

template<class T >
TF1::TF1FunctorPointerImpl< T >::TF1FunctorPointerImpl ( const std::function< T(const T *f, const Double_t *param)> &  func)
inline

Definition at line 291 of file TF1.h.

◆ ~TF1FunctorPointerImpl()

template<class T >
virtual TF1::TF1FunctorPointerImpl< T >::~TF1FunctorPointerImpl ( )
inlinevirtual

Definition at line 292 of file TF1.h.

Member Function Documentation

◆ Clone()

template<class T >
virtual TF1FunctorPointer * TF1::TF1FunctorPointerImpl< T >::Clone ( ) const
inlinevirtual

Implements TF1::TF1FunctorPointer.

Definition at line 293 of file TF1.h.

Member Data Documentation

◆ fImpl

template<class T >
ROOT::Math::ParamFunctorTempl<T> TF1::TF1FunctorPointerImpl< T >::fImpl

Definition at line 294 of file TF1.h.

Collaboration diagram for TF1::TF1FunctorPointerImpl< T >:
[legend]

The documentation for this struct was generated from the following file: