#include <ostream>
#include "GaudiKernel/Kernel.h"
#include "GaudiKernel/IssueSeverity.h"
#include "boost/shared_ptr.hpp"
Go to the source code of this file.
std::ostream& operator<< |
( |
std::ostream & |
s, |
|
|
const StatusCode & |
sc |
|
) |
| |
|
inline |
Definition at line 154 of file StatusCode.h.
156 if ( sc.
isSuccess() ) {
return s <<
"SUCCESS" ; }
160 {
s <<
"(" << sc.
getCode() <<
")" ;}
unsigned long getCode() const
Get the status code by value.
bool isSuccess() const
Test for a status code of SUCCESS.
bool isRecoverable() const