All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ModuleLoadedIncident Class Reference

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

#include <GaudiKernel/ModuleIncident.h>

Inheritance diagram for ModuleLoadedIncident:
Collaboration diagram for ModuleLoadedIncident:

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 More...
 
- Public Member Functions inherited from Incident
 Incident (const std::string &source, const std::string &type)
 Default Constructor. More...
 
virtual ~Incident ()
 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 ()
 

Additional Inherited Members

- Protected Member Functions inherited from ModuleIncident
 ModuleIncident (const std::string &source, const std::string &type, const std::string &module)
 
virtual ~ModuleIncident ()
 

Detailed Description

fired when a module (DLL) is loaded

Author
P. Calafiura
Id
ModuleIncident.h,v 1.1 2006/12/10 20:29:17 leggett Exp

Definition at line 44 of file ModuleIncident.h.

Constructor & Destructor Documentation

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

Definition at line 47 of file ModuleIncident.h.

49  : ModuleIncident(source, TYPE(), 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(const std::string &source, const std::string &type, const std::string &module)
static std::string TYPE()

Member Function Documentation

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

Definition at line 46 of file ModuleIncident.h.

46 { return std::string("ModuleLoaded"); }

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