Definition at line 42 of file MsgLogger.h.
◆ MsgLogger()
TMVA::MsgLogger::MsgLogger |
( |
const std::string & |
source | ) |
|
|
inline |
◆ operator<<() [1/5]
Definition at line 83 of file MsgLogger.h.
83 { *(std::ostringstream*)
this << type <<
" ";
return *
this; }
◆ operator<<() [2/5]
Definition at line 69 of file MsgLogger.h.
69 {
return (_f)(*this); }
◆ operator<<() [3/5]
MsgLogger & TMVA::MsgLogger::operator<< |
( |
std::ios &(*)(std::ios &) |
_f | ) |
|
|
inline |
◆ operator<<() [4/5]
MsgLogger & TMVA::MsgLogger::operator<< |
( |
std::ostream &(*)(std::ostream &) |
_f | ) |
|
|
inline |
◆ operator<<() [5/5]
template<class T >
MsgLogger& TMVA::MsgLogger::operator<< |
( |
T |
arg | ) |
|
|
inline |
Definition at line 59 of file MsgLogger.h.
61 *(std::ostringstream*)
this << arg;
◆ fStrSource
std::string TMVA::MsgLogger::fStrSource |
|
private |
The documentation for this class was generated from the following file:
- /home/build/builds/o5h8MZZm/0/mlz/bornagain/Fit/3rdparty/RootMinimizers/TMVA/MsgLogger.h