![]() |
The Gaudi Framework
v27r0
|


Public Member Functions | |
| ContextIncident (std::string src, std::string typ, T tag) | |
| Initializing Constructor. More... | |
| ~ContextIncident () override=default | |
| Standard destructor. More... | |
| const T & | tag () const |
| Accesssor to the tag value (CONST) More... | |
| ContextIncident (std::string src, std::string typ, T tag) | |
| Initializing Constructor. More... | |
| ~ContextIncident () override=default | |
| Standard destructor. More... | |
| const T & | tag () const |
| Accesssor to the tag value (CONST) More... | |
Public Member Functions inherited from Incident | |
| Incident (std::string source, std::string type) | |
| Default Constructor. More... | |
| virtual | ~Incident ()=default |
| Destructor. More... | |
| const std::string & | type () const |
| Access to the incident type. More... | |
| const std::string & | source () const |
| Access to the source of the incident. More... | |
| Incident (std::string source, std::string type) | |
| Default Constructor. More... | |
| virtual | ~Incident ()=default |
| Destructor. More... | |
| const std::string & | type () const |
| Access to the incident type. More... | |
| const std::string & | source () const |
| Access to the source of the incident. More... | |
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 26 of file DataIncident.h.
|
overridedefault |
Standard destructor.
|
inline |
Initializing Constructor.
| source | [IN] Incident source (service or algorithm name) |
| type | [IN] Incident type |
| tag | [IN] Incident tag |
Definition at line 26 of file DataIncident.h.
|
overridedefault |
Standard destructor.
|
inline |
|
inline |
|
private |
Definition at line 17 of file DataIncident.h.