![]() |
The Gaudi Framework
v31r0 (aeb156f0)
|
#include "GaudiKernel/EventContext.h"
#include "GaudiKernel/Kernel.h"
#include "GaudiKernel/ThreadLocalContext.h"
#include <iostream>
#include <string>
Go to the source code of this file.
Classes | |
class | Message |
The Message class. More... | |
Functions | |
GAUDI_API std::ostream & | operator<< (std::ostream &stream, const Message &msg) |
Insert the message into a stream. More... | |
GAUDI_API bool | operator== (const Message &a, const Message &b) |
Insert the message into a stream. More... | |
GAUDI_API std::ostream& operator<< | ( | std::ostream & | stream, |
const Message & | msg | ||
) |
Insert the message into a stream.
Definition at line 94 of file Message.cpp.