The Gaudi Framework
master (37c0b60a)
|
base class for Module-related incident More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/ModuleIncident.h>
Protected Member Functions | |
protected structors | |
ModuleIncident (std::string source, std::string type, std::string module) | |
virtual | ~ModuleIncident ()=default |
Accessors | |
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... | |
Additional Inherited Members | |
Public Member Functions inherited from Incident | |
Incident (const std::string &source, const std::string &type) | |
Default Constructor. More... | |
Incident (const std::string &source, const std::string &type, const EventContext &ctx) | |
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... | |
EventContext | context () const |
Access to the EventContext of the source of the incident. More... | |
base class for Module-related incident
Definition at line 23 of file ModuleIncident.h.
|
inlineprotected |
|
protectedvirtualdefault |
|
inline |
|
inline |
Access to the source of the incident.
Definition at line 54 of file Incident.h.
|
inline |
Access to the incident type.
Definition at line 48 of file Incident.h.
|
private |
the model (DLL) being worked on
Definition at line 45 of file ModuleIncident.h.