All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ContextIncident< T > Class Template Reference

#include </scratch/z5/marcocle/lhcb-release/419/GAUDI/GAUDI_v26r1/InstallArea/x86_64-slc6-gcc48-opt/include/GaudiKernel/DataIncident.h>

Inheritance diagram for ContextIncident< T >:
Collaboration diagram for ContextIncident< T >:

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)
 
 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.
 
 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

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

Initializing Constructor.

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.

: Incident(src,typ), m_tag(tag) { }
template<class T >
virtual ContextIncident< T >::~ContextIncident ( )
inlinevirtual

Standard destructor.

Definition at line 29 of file DataIncident.h.

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

Initializing Constructor.

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.

: Incident(src,typ), m_tag(tag) { }
template<class T >
virtual ContextIncident< T >::~ContextIncident ( )
inlinevirtual

Standard destructor.

Definition at line 29 of file DataIncident.h.

{ }

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.

{ return m_tag; }
template<class T >
const T& ContextIncident< T >::tag ( ) const
inline

Accesssor to the tag value (CONST)

Definition at line 32 of file DataIncident.h.

{ return m_tag; }

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 files: