|
Gaudi Framework, version v22r2 |
| Home | Generated: Tue May 10 2011 |
base class for Module-related incident More...
#include <ModuleIncident.h>


Public Member Functions | |
Accessors | |
| const std::string & | module () const |
| the model (DLL) being worked on | |
Protected Member Functions | |
protected structors | |
| ModuleIncident (const std::string &source, const std::string &type, const std::string &module) | |
| virtual | ~ModuleIncident () |
Private Attributes | |
| std::string | m_module |
| the model (DLL) being worked on | |
base class for Module-related incident
Definition at line 14 of file ModuleIncident.h.
| ModuleIncident::ModuleIncident | ( | const std::string & | source, |
| const std::string & | type, | ||
| const std::string & | module | ||
| ) | [inline, protected] |
| virtual ModuleIncident::~ModuleIncident | ( | ) | [inline, protected, virtual] |
Definition at line 22 of file ModuleIncident.h.
{ }
| const std::string& ModuleIncident::module | ( | ) | const [inline] |
the model (DLL) being worked on
Definition at line 31 of file ModuleIncident.h.
{ return m_module; }
std::string ModuleIncident::m_module [private] |
the model (DLL) being worked on
Definition at line 35 of file ModuleIncident.h.