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 More...
|
| |
| const std::string & | module () const |
| | the model (DLL) being worked on More...
|
| |
| const std::string & | source () const |
| | Access to the source of the incident. More...
|
| |
| const std::string & | type () const |
| | Access to the incident type. More...
|
| |
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 |
◆ ~ModuleIncident()
| virtual ModuleIncident::~ModuleIncident |
( |
| ) |
|
|
protectedvirtualdefault |
◆ module()
| const std::string& ModuleIncident::module |
( |
| ) |
const |
|
inline |
◆ source()
| const std::string& Incident::source |
|
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.
◆ type()
| const std::string& Incident::type |
|
inline |
Access to the incident type.
- Returns
- string descriptor for the incident type
Definition at line 43 of file Incident.h.
◆ m_module
| std::string ModuleIncident::m_module |
|
private |
The documentation for this class was generated from the following file: