|
Gaudi Framework, version v23r6 |
| Home | Generated: Wed Jan 30 2013 |
#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) | |
Public Member Functions inherited from Incident | |
| Incident (const std::string &source, const std::string &type) | |
| Default Constructor. | |
| virtual | ~Incident () |
| Destructor. | |
| const std::string & | type () const |
| Access to the incident type. | |
| const std::string & | source () const |
| Access to the source of the incident. | |
Private Attributes | |
| T | m_tag |
Definition at line 16 of file DataIncident.h.
|
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.
|
inlinevirtual |
|
inline |
|
private |
Definition at line 35 of file DataIncident.h.