The Gaudi Framework
v30r3 (a5ef0a68)
|
fired when a module (DLL) is loaded More...
#include <GaudiKernel/ModuleIncident.h>
Public Member Functions | |
ModuleLoadedIncident (std::string source, std::string module) | |
Public Member Functions inherited from ModuleIncident | |
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... | |
Static Public Member Functions | |
static std::string | TYPE () |
Additional Inherited Members | |
Protected Member Functions inherited from ModuleIncident | |
ModuleIncident (std::string source, std::string type, std::string module) | |
virtual | ~ModuleIncident ()=default |
fired when a module (DLL) is loaded
Definition at line 46 of file ModuleIncident.h.
|
inline |
Definition at line 50 of file ModuleIncident.h.
|
inlinestatic |
Definition at line 49 of file ModuleIncident.h.