![]() |
|
|
Generated: 18 Jul 2008 |
#include <GaudiKernel/Incident.h>
Inheritance diagram for Incident:


Definition at line 15 of file Incident.h.
Public Member Functions | |
| Incident (const std::string &source, const std::string &type) | |
| Default Constructor. | |
| virtual | ~Incident () |
| Destructor. | |
| const std::string & | type () const |
| Access to the incident type. | |
| const std::string & | source () const |
| Access to the source of the incident. | |
Private Attributes | |
| std::string | m_source |
| Incident source. | |
| std::string | m_type |
| incident type | |
| Incident::Incident | ( | const std::string & | source, | |
| const std::string & | type | |||
| ) | [inline] |
| virtual Incident::~Incident | ( | ) | [inline, virtual] |
| const std::string& Incident::type | ( | ) | const [inline] |
Access to the incident type.
Definition at line 33 of file Incident.h.
References m_type.
Referenced by IncidentSvc::fireIncident(), DataOnDemandSvc::handle(), HistorySvc::handle(), FastContainersSvc::handle(), DetDataSvc::handle(), TimingAuditor::handle(), DataListenerSvc::writeMap(), and DataListenerSvc::writeXML().
00033 { return m_type; }
| const std::string& Incident::source | ( | ) | const [inline] |
Access to the source of the incident.
Definition at line 39 of file Incident.h.
References m_source.
Referenced by DataOnDemandSvc::handle(), DetDataSvc::handle(), DataListenerSvc::writeMap(), and DataListenerSvc::writeXML().
00039 { return m_source; }
std::string Incident::m_source [private] |
std::string Incident::m_type [private] |