The Gaudi Framework
v30r3 (a5ef0a68)
|
Helper class to represent GSL errors. More...
#include <GaudiGSL/GslError.h>
Public Member Functions | |
GslError (std::string r="", std::string f="", const int l=0, const int c=0) | |
constructor More... | |
Public Attributes | |
std::string | reason |
error message ('reason') More... | |
std::string | file |
file name More... | |
int | line |
line number More... | |
int | code |
error code (GSL) More... | |
Friends | |
bool | operator< (const GslError &left, const GslError &right) |
comparison (ordering) criteria More... | |
|
inline |
int GslError::code |
error code (GSL)
Definition at line 26 of file GslError.h.
std::string GslError::file |
file name
Definition at line 22 of file GslError.h.
int GslError::line |
line number
Definition at line 24 of file GslError.h.
std::string GslError::reason |
error message ('reason')
Definition at line 20 of file GslError.h.