![]() |
The Gaudi Framework
v29r3 (fa547fc2)
|
base class for Module-related incident More...
#include <GaudiKernel/ModuleIncident.h>


Public Member Functions | |
Accessors | |
| const std::string & | module () const |
| the model (DLL) being worked on More... | |
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... | |
Protected Member Functions | |
protected structors | |
| ModuleIncident (std::string source, std::string type, std::string module) | |
| virtual | ~ModuleIncident ()=default |
Private Attributes | |
| std::string | m_module |
| the model (DLL) being worked on More... | |
base class for Module-related incident
Definition at line 13 of file ModuleIncident.h.
|
inlineprotected |
Definition at line 18 of file ModuleIncident.h.
|
protectedvirtualdefault |
|
inline |
the model (DLL) being worked on
Definition at line 34 of file ModuleIncident.h.
|
private |
the model (DLL) being worked on
Definition at line 38 of file ModuleIncident.h.