|
Gaudi Framework, version v23r2 |
| Home | Generated: Thu Jun 28 2012 |
#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] |
T ContextIncident< T >::m_tag [private] |
Definition at line 35 of file DataIncident.h.