Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TF1::TF1FunctorPointerImpl< T > Struct Template Reference

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

Definition at line 313 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)
 
 ~TF1FunctorPointerImpl () override
 
TF1FunctorPointerClone () const override
 
- Public Member Functions inherited from TF1::TF1FunctorPointer
virtual ~TF1FunctorPointer ()
 

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 314 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 315 of file TF1.h.

◆ ~TF1FunctorPointerImpl()

template<class T >
TF1::TF1FunctorPointerImpl< T >::~TF1FunctorPointerImpl ( )
inlineoverride

Definition at line 316 of file TF1.h.

Member Function Documentation

◆ Clone()

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

Implements TF1::TF1FunctorPointer.

Definition at line 317 of file TF1.h.

Member Data Documentation

◆ fImpl

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

Definition at line 318 of file TF1.h.

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

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