![]() |
The Gaudi Framework
v36r1 (3e2fb5a8)
|
#include </builds/gaudi/Gaudi/GaudiExamples/src/IncidentSvc/IncidentListenerTest.h>


Public Member Functions | |
| IncidentListenerTest (const std::string &name, ISvcLocator *svcloc, long shots=-1) | |
| Constructor. More... | |
| ~IncidentListenerTest () override | |
| Destructor. More... | |
| void | handle (const Incident &incident) override |
| Reimplements from IIncidentListener. More... | |
Public Member Functions inherited from implements< IIncidentListener > | |
| 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... | |
| implements ()=default | |
| Default constructor. More... | |
| implements (const implements &) | |
| Copy constructor (zero the reference count) More... | |
| implements & | operator= (const implements &) |
| Assignment operator (do not touch the reference count). More... | |
| unsigned long | addRef () override |
| Reference Interface instance More... | |
| unsigned long | release () override |
| Release Interface instance More... | |
| unsigned long | refCount () const override |
| Current reference count More... | |
Private Attributes | |
| std::string | m_name |
| long | m_shots |
| SmartIF< IMessageSvc > | m_msgSvc |
| SmartIF< IIncidentSvc > | m_incSvc |
Additional Inherited Members | |
Public Types inherited from implements< IIncidentListener > | |
| using | base_class = implements< Interfaces... > |
| Typedef to this class. More... | |
| using | extend_interfaces_base = extend_interfaces< Interfaces... > |
| Typedef to the base of this class. More... | |
| using | iids = typename extend_interfaces_base::ext_iids |
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... | |
Protected Attributes inherited from implements< IIncidentListener > | |
| std::atomic_ulong | m_refCount |
| Reference counter More... | |
Definition at line 24 of file IncidentListenerTest.h.
| IncidentListenerTest::IncidentListenerTest | ( | const std::string & | name, |
| ISvcLocator * | svcloc, | ||
| long | shots = -1 |
||
| ) |
|
override |
|
override |
Reimplements from IIncidentListener.
Definition at line 34 of file IncidentListenerTest.cpp.
|
private |
Definition at line 40 of file IncidentListenerTest.h.
|
private |
Definition at line 39 of file IncidentListenerTest.h.
|
private |
Definition at line 37 of file IncidentListenerTest.h.
|
private |
Definition at line 38 of file IncidentListenerTest.h.