![]() |
The Gaudi Framework
master (2df85225)
|
#include </builds/gaudi/Gaudi/GaudiTestSuite/src/IncidentSvc/IncidentListenerTest.h>


Public Member Functions | |
| IncidentListenerTest (const std::string &name, ISvcLocator *svcloc, long shots=-1) | |
| Constructor. | |
| ~IncidentListenerTest () override | |
| Destructor. | |
| void | handle (const Incident &incident) override |
| Reimplements from IIncidentListener. | |
Public Member Functions inherited from implements< IIncidentListener > | |
| void const * | i_cast (const InterfaceID &tid) const override |
| Implementation of IInterface::i_cast. | |
| StatusCode | queryInterface (const InterfaceID &ti, void **pp) override |
| Implementation of IInterface::queryInterface. | |
| std::vector< std::string > | getInterfaceNames () const override |
| Implementation of IInterface::getInterfaceNames. | |
| implements ()=default | |
| Default constructor. | |
| implements (const implements &) | |
| Copy constructor (zero the reference count) | |
| implements & | operator= (const implements &) |
| Assignment operator (do not touch the reference count). | |
| unsigned long | addRef () const override |
| Reference Interface instance. | |
| unsigned long | release () const override |
| Release Interface instance. | |
| unsigned long | refCount () const override |
| Current reference count. | |
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 |
| Typedef to this class. | |
| using | extend_interfaces_base |
| Typedef to the base of this class. | |
| using | iids |
Public Types inherited from extend_interfaces< Interfaces... > | |
| using | ext_iids |
| take union of the ext_iids of all Interfaces... | |
Protected Member Functions inherited from implements< IIncidentListener > | |
| unsigned long | decRef () const override |
Protected Attributes inherited from implements< IIncidentListener > | |
| std::atomic_ulong | m_refCount |
| Reference counter. | |
Definition at line 23 of file IncidentListenerTest.h.
| IncidentListenerTest::IncidentListenerTest | ( | const std::string & | name, |
| ISvcLocator * | svcloc, | ||
| long | shots = -1 ) |
Constructor.
Definition at line 23 of file IncidentListenerTest.cpp.
|
override |
|
override |
Reimplements from IIncidentListener.
Definition at line 33 of file IncidentListenerTest.cpp.
|
private |
Definition at line 39 of file IncidentListenerTest.h.
|
private |
Definition at line 38 of file IncidentListenerTest.h.
|
private |
Definition at line 36 of file IncidentListenerTest.h.
|
private |
Definition at line 37 of file IncidentListenerTest.h.