![]() |
|
|
Generated: 18 Jul 2008 |
#include <GaudiGSL/IGslSvc.h>
Inheritance diagram for IGslSvc:


Could be extended in future to cover other aspects as well.
Definition at line 20 of file IGslSvc.h.
Public Types | |
| typedef void(*) | GslErrorHandler (const char *, const char *, int, int) |
| type definition of "standard" GSL error handler functions | |
Public Member Functions | |
| virtual StatusCode | handle (const GslError &error) const =0 |
| handle the GSL error | |
| virtual GslErrorHandler | handler () const=0 |
| retrieve the current GSL error handler | |
| virtual GslErrorHandler | setHandler (GslErrorHandler handler) const =0 |
| set new GSL error handler | |
| virtual StatusCode | status (const int error) const =0 |
| transform GSL error code to Gaudi status code | |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
| retrieve the unique interface identifier (static method) unique interface identifier | |
Protected Member Functions | |
| virtual | ~IGslSvc () |
| destructor (virtual and protected) | |
| typedef void(*) IGslSvc::GslErrorHandler(const char *, const char *, int, int) |
| virtual IGslSvc::~IGslSvc | ( | ) | [inline, protected, virtual] |
| static const InterfaceID& IGslSvc::interfaceID | ( | ) | [inline, static] |
retrieve the unique interface identifier (static method) unique interface identifier
Reimplemented from IService.
Definition at line 42 of file IGslSvc.h.
References IID_IGslSvc.
Referenced by GslSvc::queryInterface().
00042 { return IID_IGslSvc ; }
| virtual StatusCode IGslSvc::handle | ( | const GslError & | error | ) | const [pure virtual] |
handle the GSL error
| error | error to be handled |
Implemented in GslSvc.
Referenced by GslErrorHandlers::handleTheError().
| virtual GslErrorHandler IGslSvc::handler | ( | ) | const [pure virtual] |
| virtual GslErrorHandler IGslSvc::setHandler | ( | GslErrorHandler | handler | ) | const [pure virtual] |
set new GSL error handler
| handler | new GSL error handler |
| virtual StatusCode IGslSvc::status | ( | const int | error | ) | const [pure virtual] |