#include <ModuleIncident.h>
Inheritance diagram for ModuleIncident:
Public Member Functions | |
| const std::string & | type () const |
| Access to the incident type. | |
| const std::string & | source () const |
| Access to the source of the incident. | |
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; }
| const std::string& Incident::type | ( | ) | const [inline, inherited] |
Access to the incident type.
Definition at line 33 of file Incident.h.
00033 { return m_type; }
| const std::string& Incident::source | ( | ) | const [inline, inherited] |
Access to the source of the incident.
Definition at line 39 of file Incident.h.
00039 { return m_source; }
std::string ModuleIncident::m_module [private] |
1.4.7