![]() |
The Gaudi Framework
v27r0
|
Base class for all Incidents (computing events). More...
#include <GaudiKernel/Incident.h>


Public Member Functions | |
| Incident (std::string source, std::string type) | |
| Default Constructor. More... | |
| virtual | ~Incident ()=default |
| Destructor. More... | |
| const std::string & | type () const |
| Access to the incident type. More... | |
| const std::string & | source () const |
| Access to the source of the incident. More... | |
| Incident (std::string source, std::string type) | |
| Default Constructor. More... | |
| virtual | ~Incident ()=default |
| Destructor. More... | |
| const std::string & | type () const |
| Access to the incident type. More... | |
| const std::string & | source () const |
| Access to the source of the incident. More... | |
Private Attributes | |
| std::string | m_source |
| Incident source. More... | |
| std::string | m_type |
| incident type More... | |
Base class for all Incidents (computing events).
Definition at line 16 of file Incident.h.
|
inline |
Default Constructor.
Definition at line 21 of file Incident.h.
|
virtualdefault |
Destructor.
|
inline |
Default Constructor.
Definition at line 21 of file Incident.h.
|
virtualdefault |
Destructor.
|
inline |
Access to the source of the incident.
Definition at line 40 of file Incident.h.
|
inline |
Access to the source of the incident.
Definition at line 40 of file Incident.h.
|
inline |
Access to the incident type.
Definition at line 34 of file Incident.h.
|
inline |
Access to the incident type.
Definition at line 34 of file Incident.h.
|
private |
Incident source.
Definition at line 44 of file Incident.h.
|
private |
incident type
Definition at line 45 of file Incident.h.