|
Gaudi Framework, version v25r2 |
| Home | Generated: Wed Jun 4 2014 |
#include "GaudiKernel/IMessageSvc.h"#include "GaudiKernel/SerializeSTL.h"#include <cstdio>#include <string>#include <iomanip>#include <vector>#include <sstream>

Go to the source code of this file.
Classes | |
| class | MsgStream |
| Definition of the MsgStream class used to transmit messages. More... | |
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 & | 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 243 of file MsgStream.h.
| GAUDI_API std::string format | ( | const char * | , |
| ... | |||
| ) |
MsgStream format utility "a la sprintf(...)".
Definition at line 133 of file MsgStream.cpp.
|
inline |
I/O Manipulator for setfill.
Definition at line 331 of file MsgStream.h.
Specialization to avoid the generation of implementations for char[].
Definition at line 342 of file MsgStream.h.
General templated stream operator.
Definition at line 352 of file MsgStream.h.