base class for Module-related incident
More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/ModuleIncident.h>
|
std::string | m_module |
| the model (DLL) being worked on
|
|
const std::string & | module () const |
| the model (DLL) being worked on
|
|
const std::string & | source () const |
| Access to the source of the incident.
|
|
const std::string & | type () const |
| Access to the incident type.
|
|
base class for Module-related incident
- Author
- P. Calafiura
Definition at line 20 of file ModuleIncident.h.
◆ ModuleIncident()
ModuleIncident::ModuleIncident |
( |
std::string | source, |
|
|
std::string | type, |
|
|
std::string | module ) |
|
inlineprotected |
Definition at line 24 of file ModuleIncident.h.
Incident(const std::string &source, const std::string &type)
Default Constructor.
const std::string & type() const
Access to the incident type.
std::string m_module
the model (DLL) being worked on
const std::string & source() const
Access to the source of the incident.
const std::string & module() const
the model (DLL) being worked on
◆ ~ModuleIncident()
virtual ModuleIncident::~ModuleIncident |
( |
| ) |
|
|
protectedvirtualdefault |
◆ module()
const std::string & ModuleIncident::module |
( |
| ) |
const |
|
inline |
◆ 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 49 of file Incident.h.
std::string m_source
Incident source.
◆ type()
const std::string & Incident::type |
( |
| ) |
const |
|
inline |
Access to the incident type.
- Returns
- string descriptor for the incident type
Definition at line 43 of file Incident.h.
std::string m_type
incident type
◆ m_module
std::string ModuleIncident::m_module |
|
private |
The documentation for this class was generated from the following file: