ModuleLoadedIncident Class Reference

fired when a module (DLL) is loaded More...

#include </tmp/marcocle/lhcb-release/1122/GAUDI/GAUDI_v27r0/InstallArea/x86_64-slc6-gcc49-opt/include/GaudiKernel/ModuleIncident.h>

Inheritance diagram for ModuleLoadedIncident:
Collaboration diagram for ModuleLoadedIncident:

Public Member Functions

 ModuleLoadedIncident (std::string source, std::string module)
 
 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...
 
const std::string & module () const
 the model (DLL) being worked on More...
 
- Public Member Functions inherited from Incident
 Incident (std::string source, std::string type)
 Default Constructor. More...
 
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...
 
 Incident (std::string source, std::string type)
 Default Constructor. More...
 
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...
 

Static Public Member Functions

static std::string TYPE ()
 
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
 
 ModuleIncident (std::string source, std::string type, std::string module)
 
virtual ~ModuleIncident ()=default
 

Detailed Description

fired when a module (DLL) is loaded

Author
P. Calafiura

Definition at line 42 of file ModuleIncident.h.

Constructor & Destructor Documentation

ModuleLoadedIncident::ModuleLoadedIncident ( std::string  source,
std::string  module 
)
inline

Definition at line 45 of file ModuleIncident.h.

47  : ModuleIncident(std::move(source), TYPE(), std::move(module)) { }
const std::string & source() const
Access to the source of the incident.
Definition: Incident.h:40
const std::string & module() const
the model (DLL) being worked on
ModuleIncident(std::string source, std::string type, std::string module)
static std::string TYPE()
ModuleLoadedIncident::ModuleLoadedIncident ( std::string  source,
std::string  module 
)
inline

Definition at line 45 of file ModuleIncident.h.

47  : ModuleIncident(std::move(source), TYPE(), std::move(module)) { }
const std::string & source() const
Access to the source of the incident.
Definition: Incident.h:40
const std::string & module() const
the model (DLL) being worked on
ModuleIncident(std::string source, std::string type, std::string module)
static std::string TYPE()

Member Function Documentation

static std::string ModuleLoadedIncident::TYPE ( )
inlinestatic

Definition at line 44 of file ModuleIncident.h.

44 { return "ModuleLoaded"; }
static std::string ModuleLoadedIncident::TYPE ( )
inlinestatic

Definition at line 44 of file ModuleIncident.h.

44 { return "ModuleLoaded"; }

The documentation for this class was generated from the following file: