|
Gaudi Framework, version v21r11 |
| Home | Generated: 30 Sep 2010 |
#include <DataIncident.h>
Public Member Functions | |
| ContextIncident (const std::string &src, const std::string &typ, T tag) | |
| Initializing Constructor. | |
| virtual | ~ContextIncident () |
| Standard destructor. | |
| const T & | tag () const |
| Accesssor to the tag value (CONST). | |
Private Attributes | |
| T | m_tag |
Definition at line 16 of file DataIncident.h.
| ContextIncident< T >::ContextIncident | ( | const std::string & | src, | |
| const std::string & | typ, | |||
| T | tag | |||
| ) | [inline] |
Initializing Constructor.
| source | [IN] Incident source (service or algorithm name) | |
| type | [IN] Incident type | |
| tag | [IN] Incident tag |
Definition at line 25 of file DataIncident.h.
| virtual ContextIncident< T >::~ContextIncident | ( | ) | [inline, virtual] |
| const T& ContextIncident< T >::tag | ( | ) | const [inline] |
Accesssor to the tag value (CONST).
Definition at line 32 of file DataIncident.h.
00032 { return m_tag; }
T ContextIncident< T >::m_tag [private] |
Definition at line 35 of file DataIncident.h.