Definition at line 73 of file MnPrint.h.
|
template<class... Ts> |
void | Log (Verbosity level, const Ts &... args) |
|
|
template<class T > |
static void | HandleLambda (std::ostream &os, const T &t, float) |
|
template<class T > |
static auto | HandleLambda (std::ostream &os, const T &t, int) -> decltype(t(os), void()) |
|
static bool | Hidden () |
|
static void | Impl (Verbosity level, const std::string &s) |
|
static void | StreamArgs (std::ostringstream &) |
|
template<class T > |
static void | StreamArgs (std::ostringstream &os, const T &t) |
|
template<class T , class... Ts> |
static void | StreamArgs (std::ostringstream &os, const T &t, const Ts &... ts) |
|
static void | StreamPrefix (std::ostringstream &os) |
|
#include <Minuit2/MnPrint.h>
◆ Verbosity
Enumerator |
---|
Error | |
Warn | |
Info | |
Debug | |
Trace | |
Definition at line 76 of file MnPrint.h.
◆ MnPrint()
◆ ~MnPrint()
ROOT::Minuit2::MnPrint::~MnPrint |
( |
| ) |
|
◆ AddFilter()
void ROOT::Minuit2::MnPrint::AddFilter |
( |
const char * |
prefix | ) |
|
|
static |
◆ ClearFilter()
void ROOT::Minuit2::MnPrint::ClearFilter |
( |
| ) |
|
|
static |
◆ Debug()
template<class... Ts>
void ROOT::Minuit2::MnPrint::Debug |
( |
const Ts &... |
args | ) |
|
|
inline |
◆ Error()
template<class... Ts>
void ROOT::Minuit2::MnPrint::Error |
( |
const Ts &... |
args | ) |
|
|
inline |
◆ GlobalLevel()
int ROOT::Minuit2::MnPrint::GlobalLevel |
( |
| ) |
|
|
static |
◆ HandleLambda() [1/2]
template<class T >
static void ROOT::Minuit2::MnPrint::HandleLambda |
( |
std::ostream & |
os, |
|
|
const T & |
t, |
|
|
float |
|
|
) |
| |
|
inlinestaticprivate |
◆ HandleLambda() [2/2]
template<class T >
static auto ROOT::Minuit2::MnPrint::HandleLambda |
( |
std::ostream & |
os, |
|
|
const T & |
t, |
|
|
int |
|
|
) |
| -> decltype(t(os), void())
|
|
inlinestaticprivate |
◆ Hidden()
bool ROOT::Minuit2::MnPrint::Hidden |
( |
| ) |
|
|
staticprivate |
◆ Impl()
◆ Info()
template<class... Ts>
void ROOT::Minuit2::MnPrint::Info |
( |
const Ts &... |
args | ) |
|
|
inline |
◆ Level()
int ROOT::Minuit2::MnPrint::Level |
( |
| ) |
const |
◆ Log()
template<class... Ts>
void ROOT::Minuit2::MnPrint::Log |
( |
Verbosity |
level, |
|
|
const Ts &... |
args |
|
) |
| |
|
inlineprivate |
◆ MaxNP()
int ROOT::Minuit2::MnPrint::MaxNP |
( |
| ) |
|
|
static |
◆ SetGlobalLevel()
int ROOT::Minuit2::MnPrint::SetGlobalLevel |
( |
int |
level | ) |
|
|
static |
◆ SetLevel()
int ROOT::Minuit2::MnPrint::SetLevel |
( |
int |
level | ) |
|
◆ SetMaxNP()
int ROOT::Minuit2::MnPrint::SetMaxNP |
( |
int |
value | ) |
|
|
static |
◆ ShowPrefixStack()
void ROOT::Minuit2::MnPrint::ShowPrefixStack |
( |
bool |
yes | ) |
|
|
static |
◆ StreamArgs() [1/3]
static void ROOT::Minuit2::MnPrint::StreamArgs |
( |
std::ostringstream & |
| ) |
|
|
inlinestaticprivate |
◆ StreamArgs() [2/3]
template<class T >
static void ROOT::Minuit2::MnPrint::StreamArgs |
( |
std::ostringstream & |
os, |
|
|
const T & |
t |
|
) |
| |
|
inlinestaticprivate |
◆ StreamArgs() [3/3]
template<class T , class... Ts>
static void ROOT::Minuit2::MnPrint::StreamArgs |
( |
std::ostringstream & |
os, |
|
|
const T & |
t, |
|
|
const Ts &... |
ts |
|
) |
| |
|
inlinestaticprivate |
◆ StreamPrefix()
void ROOT::Minuit2::MnPrint::StreamPrefix |
( |
std::ostringstream & |
os | ) |
|
|
staticprivate |
◆ Trace()
template<class... Ts>
void ROOT::Minuit2::MnPrint::Trace |
( |
const Ts &... |
args | ) |
|
|
inline |
◆ Warn()
template<class... Ts>
void ROOT::Minuit2::MnPrint::Warn |
( |
const Ts &... |
args | ) |
|
|
inline |
◆ eDebug
◆ eError
◆ eInfo
◆ eTrace
◆ eWarn
◆ fLevel
int ROOT::Minuit2::MnPrint::fLevel |
|
private |
The documentation for this class was generated from the following files: