|
Gaudi Framework, version v23r2 |
| Home | Generated: Thu Jun 28 2012 |
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) | |
Helper class to represent GSL errors.
Definition at line 17 of file GslError.h.
| GslError::GslError | ( | const std::string & | r = "", |
| const std::string & | f = "", |
||
| const int | l = 0, |
||
| const int | c = 0 |
||
| ) | [inline] |
| bool GslError::operator< | ( | const GslError & | right ) | const [inline] |
| int GslError::code |
error code (GSL)
Definition at line 27 of file GslError.h.
file name
Definition at line 23 of file GslError.h.
| int GslError::line |
line number
Definition at line 25 of file GslError.h.
error message ('reason')
Definition at line 21 of file GslError.h.