![]() |
The Gaudi Framework
v31r0 (aeb156f0)
|
#include "GaudiKernel/Kernel.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/StatusCode.h"
#include <exception>
#include <iostream>
#include <string>
Go to the source code of this file.
Classes | |
class | GaudiException |
Define general base for Gaudi exception. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const GaudiException &ge) |
overloaded printout to std::ostream More... | |
std::ostream & | operator<< (std::ostream &os, const GaudiException *pge) |
overloaded printout to std::ostream More... | |
MsgStream & | operator<< (MsgStream &os, const GaudiException &ge) |
overloaded printout to MsgStream More... | |
MsgStream & | operator<< (MsgStream &os, const GaudiException *pge) |
overloaded printout to MsgStream More... | |
std::ostream& operator<< | ( | std::ostream & | os, |
const GaudiException & | ge | ||
) |
overloaded printout to std::ostream
Definition at line 73 of file GaudiException.cpp.
std::ostream& operator<< | ( | std::ostream & | os, |
const GaudiException * | pge | ||
) |
overloaded printout to std::ostream
Definition at line 75 of file GaudiException.cpp.
MsgStream& operator<< | ( | MsgStream & | os, |
const GaudiException & | ge | ||
) |
overloaded printout to MsgStream
Definition at line 79 of file GaudiException.cpp.
MsgStream& operator<< | ( | MsgStream & | os, |
const GaudiException * | pge | ||
) |
overloaded printout to MsgStream
Definition at line 81 of file GaudiException.cpp.