| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

ContextIncident< T > Class Template Reference

#include <DataIncident.h>

Inheritance diagram for ContextIncident< T >:

[legend]
Collaboration diagram for ContextIncident< T >:
[legend]
List of all members.

Public Member Functions

 ContextIncident (const std::string &src, const std::string &typ, T tag)
virtual ~ContextIncident ()
 Standard destructor.
const T & tag () const
 Accesssor to the tag value (CONST).
const std::string & type () const
 Access to the incident type.
const std::string & source () const
 Access to the source of the incident.

Private Attributes

m_tag

Detailed Description

template<class T>
class ContextIncident< T >

Definition at line 16 of file DataIncident.h.


Constructor & Destructor Documentation

template<class T>
ContextIncident< T >::ContextIncident ( const std::string &  src,
const std::string &  typ,
tag 
) [inline]

Parameters:
source [IN] Incident source (service or algorithm name)
type [IN] Incident type
tag [IN] Incident tag
Returns:
Reference to ContextIncident object.

Definition at line 25 of file DataIncident.h.

00026     : Incident(src,typ), m_tag(tag)  {  }

template<class T>
virtual ContextIncident< T >::~ContextIncident (  )  [inline, virtual]

Standard destructor.

Definition at line 29 of file DataIncident.h.

00029 { }


Member Function Documentation

template<class T>
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; }

const std::string& Incident::type (  )  const [inline, inherited]

Access to the incident type.

Returns:
string descriptor for the incident type

Definition at line 33 of file Incident.h.

00033 { return m_type; }

const std::string& Incident::source (  )  const [inline, inherited]

Access to the source of the incident.

Returns:
service or algorithm name that initiated the incident

Definition at line 39 of file Incident.h.

00039 { return m_source; }


Member Data Documentation

template<class T>
T ContextIncident< T >::m_tag [private]

Definition at line 35 of file DataIncident.h.


The documentation for this class was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 19:57:06 2011 for GaudiKernel by doxygen 1.4.7