![]() |
|
|
Generated: 24 Nov 2008 |
#include <DataIncident.h>


Definition at line 18 of file DataIncident.h.
Public Member Functions | |
| DataIncident (const std::string &source, const std::string &type, const std::string &tag) | |
| Initializing Constructor. | |
| virtual | ~DataIncident () |
| Standard destructor. | |
| const std::string & | tag () const |
| Accesssor to the tag value. | |
Private Attributes | |
| std::string | m_tag |
| DataIncident::DataIncident | ( | const std::string & | source, | |
| const std::string & | type, | |||
| const std::string & | tag | |||
| ) | [inline] |
| virtual DataIncident::~DataIncident | ( | ) | [inline, virtual] |
| const std::string& DataIncident::tag | ( | ) | const [inline] |
std::string DataIncident::m_tag [private] |
Definition at line 40 of file DataIncident.h.