Go to the documentation of this file.
11 #ifndef GAUDIKERNEL_MODULEINCIDENT_H
12 #define GAUDIKERNEL_MODULEINCIDENT_H
62 #endif // GAUDIKERNEL_MODULEINCIDENT_H
ModuleLoadedIncident(std::string source, std::string module)
const std::string & source() const
Access to the source of the incident.
const std::string & module() const
the model (DLL) being worked on
virtual ~ModuleIncident()=default
fired when a module (DLL) is loaded
base class for Module-related incident
ModuleIncident(std::string source, std::string type, std::string module)
static std::string TYPE()
const std::string & type() const
Access to the incident type.
std::string m_module
the model (DLL) being worked on