Definition at line 38 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 | |
| T | fData [fMaxSize] |
| unsigned | fSize = 0 |
Static Private Attributes | |
| static constexpr unsigned | fMaxSize = 10 |
| using ROOT::Minuit2::PrefixStack< T >::const_pointer = const T * |
Definition at line 40 of file MnPrint.cxx.
| using ROOT::Minuit2::PrefixStack< T >::const_reference = const T & |
Definition at line 41 of file MnPrint.cxx.
|
inline |
Definition at line 64 of file MnPrint.cxx.
|
inline |
Definition at line 62 of file MnPrint.cxx.
|
inline |
Definition at line 63 of file MnPrint.cxx.
|
inline |
Definition at line 56 of file MnPrint.cxx.
|
inline |
Definition at line 43 of file MnPrint.cxx.
|
private |
Definition at line 68 of file MnPrint.cxx.
|
staticconstexprprivate |
Definition at line 67 of file MnPrint.cxx.
|
private |
Definition at line 69 of file MnPrint.cxx.