|
Gaudi Framework, version v23r5 |
| Home | Generated: Wed Nov 28 2012 |
#include <string>#include <iostream>#include <iomanip>#include <cstdlib>#include <cstdio>#include <cctype>#include "GaudiKernel/IMessageSvc.h"#include "GaudiKernel/Message.h"#include "GaudiKernel/Timing.h"#include "GaudiKernel/Time.h"
Go to the source code of this file.
Macros | |
| #define | SET(x) case x: level=#x; break |
Functions | |
| std::ostream & | operator<< (std::ostream &stream, const Message &msg) |
| Insert the message into a stream. | |
| bool | operator== (const Message &a, const Message &b) |
| Insert the message into a stream. | |
| #define SET | ( | x | ) | case x: level=#x; break |
| std::ostream& operator<< | ( | std::ostream & | stream, |
| const Message & | msg | ||
| ) |
Insert the message into a stream.
Definition at line 150 of file Message.cpp.