#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.
◆ operator<<() [1/4]
◆ operator<<() [2/4]
overloaded printout to MsgStream
Definition at line 88 of file GaudiException.cpp.
89 return ( 0 == pge ) ? ( os <<
" GaudiException* points to NULL!" ) : ( os << *pge );
◆ operator<<() [3/4]
◆ operator<<() [4/4]
overloaded printout to std::ostream
Definition at line 82 of file GaudiException.cpp.
83 return ( 0 == pge ) ? ( os <<
" GaudiException* points to NULL!" ) : ( os << *pge );