The Gaudi Framework
v30r3 (a5ef0a68)
|
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... | |
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 |