|
Gaudi Framework, version v21r8 |
| Home | Generated: 17 Mar 2010 |
#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 | |
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] |
| const std::string& ModuleIncident::module | ( | ) | const [inline] |
the model (DLL) being worked on
Definition at line 31 of file ModuleIncident.h.
00031 { return m_module; }
std::string ModuleIncident::m_module [private] |