![]() |
The Gaudi Framework
v26r0
|
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... | |
| virtual | ~Incident () |
| 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... | |
Protected Member Functions | |
protected structors | |
| ModuleIncident (const std::string &source, const std::string &type, const std::string &module) | |
| virtual | ~ModuleIncident () |
Private Attributes | |
| std::string | m_module |
| the model (DLL) being worked on More... | |
base class for Module-related incident
Definition at line 14 of file ModuleIncident.h.
|
inlineprotected |
Definition at line 18 of file ModuleIncident.h.
|
inlineprotectedvirtual |
Definition at line 22 of file ModuleIncident.h.
|
inline |
the model (DLL) being worked on
Definition at line 31 of file ModuleIncident.h.
|
private |
the model (DLL) being worked on
Definition at line 35 of file ModuleIncident.h.