The Gaudi Framework
v25r5
|
Helper class to represent GSL errors. More...
#include <GaudiGSL/GslError.h>
Public Member Functions | |
GslError (const std::string &r="", const std::string &f="", const int l=0, const int c=0) | |
constructor More... | |
bool | operator< (const GslError &right) const |
comparison (ordering) criteria 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... | |
|
inline |
|
inline |
int GslError::code |
error code (GSL)
Definition at line 27 of file GslError.h.
std::string GslError::file |
file name
Definition at line 23 of file GslError.h.
int GslError::line |
line number
Definition at line 25 of file GslError.h.
std::string GslError::reason |
error message ('reason')
Definition at line 21 of file GslError.h.