![]() |
Diana Software
|
diana interface to GSL core More...
Public Member Functions | |
| void | InitErrorHandler () |
| void | TurnOffErrorHandler () |
| void | TurnOnErrorHandler () |
| virtual | ~QGSL () |
Static Public Member Functions | |
| static QGSL & | GetInstance () |
Private Member Functions | |
| QGSL () | |
Static Private Member Functions | |
| static void | ErrorHandler (const char *reason, const char *file, int line, int gsl_errno) |
Static Private Attributes | |
| static jmp_buf | fMark |
| static QError * | fError = 0 |
|
staticprivate |
Definition at line 46 of file QGSL.cc.
References fError, fMark, and QERR_GSL_ERROR.
Referenced by TurnOnErrorHandler().
| void QGSL::InitErrorHandler | ( | ) |
Definition at line 24 of file QGSL.cc.
References DianaThrow, fError, fMark, QERR_GSL_ERROR, QError::SetDescription(), and TurnOnErrorHandler().
Referenced by main().
| void QGSL::TurnOnErrorHandler | ( | ) |
|
staticprivate |
Definition at line 28 of file QGSL.hh.
Referenced by ErrorHandler(), InitErrorHandler(), and ~QGSL().
|
staticprivate |
Definition at line 27 of file QGSL.hh.
Referenced by ErrorHandler(), and InitErrorHandler().