Base class for all Incidents (computing events).
More...
#include <GaudiKernel/Incident.h>
|
| | 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.
|
| |
Base class for all Incidents (computing events).
- Author
- P. Mato
- Date
- 2001/01/19
Definition at line 16 of file Incident.h.
| Incident::Incident |
( |
const std::string & |
source, |
|
|
const std::string & |
type |
|
) |
| |
|
inline |
Default Constructor.
- Parameters
-
Definition at line 21 of file Incident.h.
| virtual Incident::~Incident |
( |
| ) |
|
|
inlinevirtual |
| const std::string& Incident::source |
( |
| ) |
const |
|
inline |
Access to the source of the incident.
- Returns
- service or algorithm name that initiated the incident
Definition at line 40 of file Incident.h.
| const std::string& Incident::type |
( |
| ) |
const |
|
inline |
Access to the incident type.
- Returns
- string descriptor for the incident type
Definition at line 34 of file Incident.h.
| std::string Incident::m_source |
|
private |
| std::string Incident::m_type |
|
private |
The documentation for this class was generated from the following file:
- /afs/.cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v25r2/GaudiKernel/GaudiKernel/Incident.h