|
Gaudi Framework, version v23r7 |
| Home | Generated: Wed Mar 20 2013 |
#include "GaudiKernel/MsgStream.h"#include "GaudiKernel/Message.h"#include "GaudiKernel/GaudiException.h"#include "GaudiKernel/IMessageSvc.h"#include <iostream>#include <stdarg.h>#include <stdio.h>
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(...)". | |
| #define KERNEL_MSGSTREAM_CPP |
Definition at line 18 of file MsgStream.cpp.
| std::string format | ( | const char * | fmt, |
| ... | |||
| ) |
MsgStream format utility "a la sprintf(...)".
Definition at line 133 of file MsgStream.cpp.