![]() |
The Gaudi Framework
v28r0
|
#include "GaudiKernel/Kernel.h"#include "GaudiKernel/StatusCode.h"#include "GaudiKernel/MsgStream.h"#include "GaudiKernel/System.h"#include <string>#include <iostream>#include <exception>
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) |
| 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 173 of file GaudiException.h.
| std::ostream& operator<< | ( | std::ostream & | os, |
| const GaudiException * | pge | ||
| ) |
Definition at line 176 of file GaudiException.h.
| MsgStream& operator<< | ( | MsgStream & | os, |
| const GaudiException & | ge | ||
| ) |
overloaded printout to MsgStream
Definition at line 181 of file GaudiException.h.
| MsgStream& operator<< | ( | MsgStream & | os, |
| const GaudiException * | pge | ||
| ) |
overloaded printout to MsgStream
Definition at line 185 of file GaudiException.h.