|
Gaudi Framework, version v23r2 |
| Home | Generated: Thu Jun 28 2012 |
Base class for all Incidents (computing events). More...
#include <GaudiKernel/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 | |
Base class for all Incidents (computing events).
Definition at line 16 of file Incident.h.
| Incident::Incident | ( | const std::string & | source, |
| const std::string & | type | ||
| ) | [inline] |
| virtual Incident::~Incident | ( | ) | [inline, virtual] |
| const std::string& Incident::source | ( | ) | const [inline] |
Access to the source of the incident.
Definition at line 40 of file Incident.h.
{ return m_source; }
| const std::string& Incident::type | ( | ) | const [inline] |
Access to the incident type.
Definition at line 34 of file Incident.h.
{ return m_type; }
std::string Incident::m_source [private] |
Incident source.
Definition at line 44 of file Incident.h.
std::string Incident::m_type [private] |
incident type
Definition at line 45 of file Incident.h.