The Gaudi Framework
v29r0 (ff2e7097)
|
Go to the source code of this file.
Classes | |
class | IssueSeverity |
Macros | |
#define | ISSUE(x, y) IssueSeverity( x, __LINE__, __FILE__, y ) |
#define | STATUSCODE(z, x, y) StatusCode( z, ISSUE( x, y ) ) |
Functions | |
std::ostream & | operator<< (std::ostream &os, const IssueSeverity &rhs) |
#define ISSUE | ( | x, | |
y | |||
) | IssueSeverity( x, __LINE__, __FILE__, y ) |
Definition at line 12 of file IssueSeverity.h.
#define STATUSCODE | ( | z, | |
x, | |||
y | |||
) | StatusCode( z, ISSUE( x, y ) ) |
Definition at line 13 of file IssueSeverity.h.
std::ostream& operator<< | ( | std::ostream & | os, |
const IssueSeverity & | rhs | ||
) |
Definition at line 107 of file IssueSeverity.h.