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


Definition at line 18 of file DataIncident.h.
Public Member Functions | ||||
| DataIncident (const std::string &source, const std::string &type, const std::string &tag) | ||||
| ||||
| 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] |
Accesssor to the tag value.
Definition at line 38 of file DataIncident.h.
References m_tag.
Referenced by DataOnDemandSvc::handle().
00038 { return m_tag; }
std::string DataIncident::m_tag [private] |