![]() |
The Gaudi Framework
v25r3
|
#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. 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 & | 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 243 of file MsgStream.h.
| GAUDI_API std::string format | ( | const char * | , |
| ... | |||
| ) |
|
inline |
Specialization to avoid the generation of implementations for char[].
Definition at line 342 of file MsgStream.h.