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 | |
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 42 of file MnPrint.cxx.
using ROOT::Minuit2::PrefixStack< T >::const_reference = const T & |
Definition at line 43 of file MnPrint.cxx.
|
inline |
Definition at line 66 of file MnPrint.cxx.
|
inline |
Definition at line 64 of file MnPrint.cxx.
|
inline |
Definition at line 65 of file MnPrint.cxx.
|
inline |
Definition at line 58 of file MnPrint.cxx.
|
inline |
Definition at line 45 of file MnPrint.cxx.
|
private |
Definition at line 70 of file MnPrint.cxx.
|
staticconstexprprivate |
Definition at line 69 of file MnPrint.cxx.
|
private |
Definition at line 71 of file MnPrint.cxx.