The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
ModuleLoadedIncident Class Reference

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

#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/ModuleIncident.h>

Inheritance diagram for ModuleLoadedIncident:
Collaboration diagram for ModuleLoadedIncident:

Public Member Functions

 ModuleLoadedIncident (std::string source, std::string module)
 
const std::string & module () const
 the model (DLL) being worked on
 
const std::string & source () const
 Access to the source of the incident.
 
const std::string & type () const
 Access to the incident type.
 
- Public Member Functions inherited from Incident
 Incident (const std::string &source, const std::string &type)
 Default Constructor.
 
 Incident (const std::string &source, const std::string &type, const EventContext &ctx)
 
virtual ~Incident ()=default
 
const std::string & type () const
 Access to the incident type.
 
const std::string & source () const
 Access to the source of the incident.
 
EventContext context () const
 Access to the EventContext of the source of the incident.
 

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
 

Detailed Description

fired when a module (DLL) is loaded

Author
P. Calafiura

Definition at line 50 of file ModuleIncident.h.

Constructor & Destructor Documentation

◆ ModuleLoadedIncident()

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

Definition at line 53 of file ModuleIncident.h.

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

Member Function Documentation

◆ TYPE()

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

Definition at line 52 of file ModuleIncident.h.

52{ return "ModuleLoaded"; }

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