|
Gaudi Framework, version v23r4 |
| Home | Generated: Mon Sep 17 2012 |
#include <string>#include <iostream>

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. | |
| GAUDI_API bool | operator== (const Message &a, const Message &b) |
| Insert the message into a stream. | |
| GAUDI_API std::ostream& operator<< | ( | std::ostream & | stream, |
| const Message & | msg | ||
| ) |
Insert the message into a stream.
Definition at line 150 of file Message.cpp.
{
msg.makeFormattedMsg( msg.m_format );
stream << msg.m_formatted_msg;
return stream;
}