![]() |
The Gaudi Framework
v28r2
|


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 136 of file IssueSeverity.h.