![]() |
The Gaudi Framework
v29r3 (fa547fc2)
|
The abstract interface for arbitrary GSL error handler. More...
#include <GaudiGSL/IGslErrorHandler.h>


Public Member Functions | |
| DeclareInterfaceID (IGslErrorHandler, 3, 0) | |
| InterfaceID. More... | |
| virtual StatusCode | handle (const GslError &error) const =0 |
| handle the GSL error More... | |
Public Member Functions inherited from extend_interfaces< IAlgTool > | |
| ~extend_interfaces () override=default | |
| Virtual destructor. More... | |
Additional Inherited Members | |
Public Types inherited from extend_interfaces< IAlgTool > | |
| using | ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids... >::type |
| take union of the ext_iids of all Interfaces... More... | |
The abstract interface for arbitrary GSL error handler.
Definition at line 15 of file IGslErrorHandler.h.
| IGslErrorHandler::DeclareInterfaceID | ( | IGslErrorHandler | , |
| 3 | , | ||
| 0 | |||
| ) |
|
pure virtual |