![]() |
The Gaudi Framework
v27r0
|
Concrete GSL error handler It is just counts number of GSL errors. More...
#include <src/Components/GslErrorCount.h>


Public Member Functions | |
| StatusCode | handle (const GslError &error) const override |
| handle the GSL error More... | |
| StatusCode | finalize () override |
| standard finalization of Tool More... | |
| GslErrorCount (const std::string &type, const std::string &name, const IInterface *parent) | |
| Standard constructor. More... | |
| ~GslErrorCount () override=default | |
| destructor (protected and virtual) More... | |
Public Member Functions inherited from extends< BASE, Interfaces > | |
| void * | i_cast (const InterfaceID &tid) const override |
| Implementation of IInterface::i_cast. More... | |
| StatusCode | queryInterface (const InterfaceID &ti, void **pp) override |
| Implementation of IInterface::queryInterface. More... | |
| std::vector< std::string > | getInterfaceNames () const override |
| Implementation of IInterface::getInterfaceNames. More... | |
| ~extends () override=default | |
| Virtual destructor. More... | |
| void * | i_cast (const InterfaceID &tid) const override |
| Implementation of IInterface::i_cast. More... | |
| StatusCode | queryInterface (const InterfaceID &ti, void **pp) override |
| Implementation of IInterface::queryInterface. More... | |
| std::vector< std::string > | getInterfaceNames () const override |
| Implementation of IInterface::getInterfaceNames. More... | |
| ~extends () override=default | |
| Virtual destructor. More... | |
Public Member Functions inherited from extend_interfaces< Interfaces...> | |
| ~extend_interfaces () override=default | |
| Virtual destructor. More... | |
| ~extend_interfaces () override=default | |
| Virtual destructor. More... | |
Private Types | |
| typedef std::map< GslError, unsigned int > | Counters |
| container of error counters More... | |
Private Attributes | |
| Counters | m_counters |
Additional Inherited Members | |
Public Types inherited from extends< BASE, Interfaces > | |
| using | base_class = extends |
| Typedef to this class. More... | |
| using | extend_interfaces_base = extend_interfaces< Interfaces...> |
| Typedef to the base of this class. More... | |
| using | base_class = extends |
| Typedef to this class. More... | |
| using | extend_interfaces_base = extend_interfaces< Interfaces...> |
| Typedef to the base of this class. More... | |
Public Types inherited from extend_interfaces< Interfaces...> | |
| using | ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids...>::type |
| take union of the ext_iids of all Interfaces... More... | |
| using | ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids...>::type |
| take union of the ext_iids of all Interfaces... More... | |
Concrete GSL error handler It is just counts number of GSL errors.
Definition at line 23 of file GslErrorCount.h.
|
private |
container of error counters
Definition at line 57 of file GslErrorCount.h.
| GslErrorCount::GslErrorCount | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent | ||
| ) |
Standard constructor.
| type | tool type (?) |
| name | tool name |
| parent | pointer to parent |
Definition at line 29 of file GslErrorCount.cpp.
|
overridedefault |
destructor (protected and virtual)
|
override |
standard finalization of Tool
Definition at line 43 of file GslErrorCount.cpp.
|
override |
handle the GSL error
| error | error to be handled |
Definition at line 76 of file GslErrorCount.cpp.
|
mutableprivate |
Definition at line 58 of file GslErrorCount.h.