|
Gaudi Framework, version v24r2 |
| Home | Generated: Wed Dec 4 2013 |
fired when a module (DLL) is loaded More...
#include <ModuleIncident.h>


Public Member Functions | |
| ModuleLoadedIncident (const std::string &source, const std::string &module) | |
Public Member Functions inherited from ModuleIncident | |
| const std::string & | module () const |
| the model (DLL) being worked on | |
Public Member Functions inherited from Incident | |
| Incident (const std::string &source, const std::string &type) | |
| Default Constructor. | |
| virtual | ~Incident () |
| Destructor. | |
| const std::string & | type () const |
| Access to the incident type. | |
| const std::string & | source () const |
| Access to the source of the incident. | |
Static Public Member Functions | |
| static std::string | TYPE () |
Additional Inherited Members | |
Protected Member Functions inherited from ModuleIncident | |
| ModuleIncident (const std::string &source, const std::string &type, const std::string &module) | |
| virtual | ~ModuleIncident () |
fired when a module (DLL) is loaded
Definition at line 44 of file ModuleIncident.h.
|
inline |
Definition at line 47 of file ModuleIncident.h.
|
inlinestatic |
Definition at line 46 of file ModuleIncident.h.