![]() |
|
|
Generated: 18 Jul 2008 |
#include <ModuleIncident.h>
Inheritance diagram for ModuleIncident:


Definition at line 14 of file ModuleIncident.h.
Public Member Functions | |
Accessors | |
| const std::string & | module () const |
| the model (DLL) being worked on | |
Private Attributes | |
| std::string | m_module |
| the model (DLL) being worked on | |
| ModuleIncident::ModuleIncident | ( | const std::string & | source, | |
| const std::string & | type, | |||
| const std::string & | module | |||
| ) | [inline, protected] |
| virtual ModuleIncident::~ModuleIncident | ( | ) | [inline, protected, virtual] |
| 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.
References m_module.
00031 { return m_module; }
std::string ModuleIncident::m_module [private] |
the model (DLL) being worked on
Definition at line 35 of file ModuleIncident.h.
Referenced by module().