Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Minuit2::PrefixStack< T > Class Template Reference

template<class T>
class ROOT::Minuit2::PrefixStack< T >

Definition at line 40 of file MnPrint.cxx.

Public Types

using const_pointer = const T *
 
using const_reference = const T &
 

Public Member Functions

const_reference back () const
 
const_pointer begin () const
 
const_pointer end () const
 
void Pop ()
 
void Push (T prefix)
 

Private Attributes

fData [fMaxSize]
 
unsigned fSize = 0
 

Static Private Attributes

static constexpr unsigned fMaxSize = 10
 

Member Typedef Documentation

◆ const_pointer

template<class T >
using ROOT::Minuit2::PrefixStack< T >::const_pointer = const T *

Definition at line 42 of file MnPrint.cxx.

◆ const_reference

template<class T >
using ROOT::Minuit2::PrefixStack< T >::const_reference = const T &

Definition at line 43 of file MnPrint.cxx.

Member Function Documentation

◆ back()

template<class T >
const_reference ROOT::Minuit2::PrefixStack< T >::back ( ) const
inline

Definition at line 66 of file MnPrint.cxx.

◆ begin()

template<class T >
const_pointer ROOT::Minuit2::PrefixStack< T >::begin ( ) const
inline

Definition at line 64 of file MnPrint.cxx.

◆ end()

template<class T >
const_pointer ROOT::Minuit2::PrefixStack< T >::end ( ) const
inline

Definition at line 65 of file MnPrint.cxx.

◆ Pop()

template<class T >
void ROOT::Minuit2::PrefixStack< T >::Pop ( )
inline

Definition at line 58 of file MnPrint.cxx.

◆ Push()

template<class T >
void ROOT::Minuit2::PrefixStack< T >::Push ( prefix)
inline

Definition at line 45 of file MnPrint.cxx.

Member Data Documentation

◆ fData

template<class T >
T ROOT::Minuit2::PrefixStack< T >::fData[fMaxSize]
private

Definition at line 70 of file MnPrint.cxx.

◆ fMaxSize

template<class T >
constexpr unsigned ROOT::Minuit2::PrefixStack< T >::fMaxSize = 10
staticconstexprprivate

Definition at line 69 of file MnPrint.cxx.

◆ fSize

template<class T >
unsigned ROOT::Minuit2::PrefixStack< T >::fSize = 0
private

Definition at line 71 of file MnPrint.cxx.

  • math/minuit2/src/MnPrint.cxx