The Gaudi Framework
master (37c0b60a)
|
#include <GaudiKernel/GaudiException.h>
#include <GaudiKernel/IMessageSvc.h>
#include <GaudiKernel/Message.h>
#include <GaudiKernel/MsgStream.h>
#include <cstdarg>
#include <cstdio>
#include <iostream>
Go to the source code of this file.
Macros | |
#define | KERNEL_MSGSTREAM_CPP |
Functions | |
std::string | format (const char *fmt,...) |
MsgStream format utility "a la sprintf(...)". More... | |
#define KERNEL_MSGSTREAM_CPP |
Definition at line 29 of file MsgStream.cpp.
std::string format | ( | const char * | fmt, |
... | |||
) |
MsgStream format utility "a la sprintf(...)".
Definition at line 119 of file MsgStream.cpp.