|
Gaudi Framework, version v23r7 |
| Home | Generated: Wed Mar 20 2013 |
Helper class to represent GSL errors. More...
#include <GslError.h>

Public Member Functions | |
| GslError (const std::string &r="", const std::string &f="", const int l=0, const int c=0) | |
| constructor | |
| bool | operator< (const GslError &right) const |
| comparison (ordering) criteria | |
Public Attributes | |
| std::string | reason |
| error message ('reason') | |
| std::string | file |
| file name | |
| int | line |
| line number | |
| int | code |
| error code (GSL) | |
|
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.