Base class for all Incidents (computing events).
More...
#include <GaudiKernel/Incident.h>
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.
const std::string & type() const
Access to the incident type.
const std::string & source() const
Access to the source of the incident.
std::string m_type
incident type
std::string m_source
Incident source.
virtual Incident::~Incident |
( |
| ) |
|
|
inlinevirtual |
Incident::Incident |
( |
const std::string & |
source, |
|
|
const std::string & |
type |
|
) |
| |
|
inline |
Default Constructor.
- Parameters
-
Definition at line 21 of file Incident.h.
const std::string & type() const
Access to the incident type.
const std::string & source() const
Access to the source of the incident.
std::string m_type
incident type
std::string m_source
Incident source.
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.
std::string m_source
Incident source.
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.
std::string m_source
Incident source.
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 m_type
incident type
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 m_type
incident type
std::string Incident::m_source |
|
private |
std::string Incident::m_type |
|
private |
The documentation for this class was generated from the following file:
- InstallArea/x86_64-slc6-gcc48-opt/include/GaudiKernel/Incident.h