The Gaudi Framework
master (37c0b60a)
|
#include <GaudiKernel/IMessageSvc.h>
#include <GaudiKernel/SerializeSTL.h>
#include <cstdio>
#include <iomanip>
#include <sstream>
#include <string>
Go to the source code of this file.
Classes | |
class | MsgStream |
Namespaces | |
MSG | |
Print levels enumeration. | |
Functions | |
MsgStream & | endmsg (MsgStream &s) |
MsgStream Modifier: endmsg. Calls the output method of the MsgStream. More... | |
GAUDI_API std::string | format (const char *,...) |
MsgStream format utility "a la sprintf(...)". More... | |
template<class _Tm > | |
MsgStream & | operator<< (MsgStream &s, const std::smanip< _Tm > &manip) |
I/O Manipulator for setfill. More... | |
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[]. More... | |
template<typename T > | |
MsgStream & | operator<< (MsgStream &lhs, const T &arg) |
General templated stream operator. More... | |
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition at line 202 of file MsgStream.h.
GAUDI_API std::string format | ( | const char * | , |
... | |||
) |
MsgStream format utility "a la sprintf(...)".
Definition at line 119 of file MsgStream.cpp.
Specialization to avoid the generation of implementations for char[].
Definition at line 289 of file MsgStream.h.
|
inline |
I/O Manipulator for setfill.
Definition at line 267 of file MsgStream.h.