![]() |
The Gaudi Framework
master (ff829712)
|
#include <GaudiKernel/IMessageSvc.h>
#include <GaudiKernel/SerializeSTL.h>
#include <iomanip>
#include <sstream>
#include <string>
Go to the source code of this file.
Classes | |
class | MsgStream |
Definition of the MsgStream class used to transmit messages. More... | |
Namespaces | |
namespace | MSG |
Print levels enumeration. | |
Functions | |
MsgStream & | endmsg (MsgStream &s) |
MsgStream Modifier: endmsg. Calls the output method of the MsgStream. | |
GAUDI_API std::string | format (const char *,...) |
MsgStream format utility "a la sprintf(...)". | |
template<class _Tm> | |
MsgStream & | operator<< (MsgStream &s, const std::smanip< _Tm > &manip) |
I/O Manipulator for setfill. | |
MsgStream & | MSG::dec (MsgStream &log) |
MsgStream & | MSG::hex (MsgStream &log) |
MsgStream & | operator<< (MsgStream &s, const char *arg) |
Specialization to avoid the generation of implementations for char[]. | |
template<typename T> | |
MsgStream & | operator<< (MsgStream &lhs, const T &arg) |
General templated stream operator. | |
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition at line 198 of file MsgStream.h.
GAUDI_API std::string format | ( | const char * | fmt, |
... ) |
MsgStream format utility "a la sprintf(...)".
Definition at line 93 of file MsgStream.cpp.
General templated stream operator.
Definition at line 276 of file MsgStream.h.
Specialization to avoid the generation of implementations for char[].
Definition at line 266 of file MsgStream.h.
|
inline |
I/O Manipulator for setfill.
Definition at line 244 of file MsgStream.h.