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

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

Definition at line 262 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 Attributes

ROOT::Math::ParamFunctorTempl< T > fImpl

#include <TF1.h>

Inheritance diagram for TF1::TF1FunctorPointerImpl< T >:
TF1::TF1FunctorPointer

Constructor & Destructor Documentation

◆ TF1FunctorPointerImpl() [1/2]

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

Definition at line 263 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 264 of file TF1.h.

◆ ~TF1FunctorPointerImpl()

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

Definition at line 265 of file TF1.h.

Member Function Documentation

◆ Clone()

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

Implements TF1::TF1FunctorPointer.

Definition at line 266 of file TF1.h.

Member Data Documentation

◆ fImpl

Definition at line 267 of file TF1.h.


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