Gaudi Framework, version v20r3

Generated: 24 Nov 2008

DataIncident Class Reference

#include <DataIncident.h>

Inheritance diagram for DataIncident:

Inheritance graph
[legend]
Collaboration diagram for DataIncident:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 18 of file DataIncident.h.


Public Member Functions

 DataIncident (const std::string &source, const std::string &type, const std::string &tag)
 Initializing Constructor.
virtual ~DataIncident ()
 Standard destructor.
const std::string & tag () const
 Accesssor to the tag value.

Private Attributes

std::string m_tag

Constructor & Destructor Documentation

DataIncident::DataIncident ( const std::string &  source,
const std::string &  type,
const std::string &  tag 
) [inline]

Initializing Constructor.

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

Definition at line 27 of file DataIncident.h.

00030                : Incident(source, type), m_tag(tag)
00031   {
00032   }

virtual DataIncident::~DataIncident (  )  [inline, virtual]

Standard destructor.

Definition at line 35 of file DataIncident.h.

00035 { }


Member Function Documentation

const std::string& DataIncident::tag (  )  const [inline]

Accesssor to the tag value.

Definition at line 38 of file DataIncident.h.

00038 { return m_tag; }


Member Data Documentation

std::string DataIncident::m_tag [private]

Definition at line 40 of file DataIncident.h.


The documentation for this class was generated from the following file:

Generated at Mon Nov 24 14:45:04 2008 for Gaudi Framework, version v20r3 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004