The Gaudi Framework
v30r3 (a5ef0a68)
|
#include "GaudiKernel/IMessageSvc.h"
#include "GaudiKernel/SerializeSTL.h"
#include <cstdio>
#include <iomanip>
#include <sstream>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | MsgStream |
Definition of the MsgStream class used to transmit messages. More... | |
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 209 of file MsgStream.h.
GAUDI_API std::string format | ( | const char * | , |
... | |||
) |
MsgStream format utility "a la sprintf(...)".
Definition at line 120 of file MsgStream.cpp.
|
inline |
Specialization to avoid the generation of implementations for char[].
Definition at line 313 of file MsgStream.h.