Gaudi Framework, version v24r2

Home   Generated: Wed Dec 4 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
Incident Class Reference

Base class for all Incidents (computing events). More...

#include <GaudiKernel/Incident.h>

Inheritance diagram for Incident:
Inheritance graph
[legend]
Collaboration diagram for Incident:
Collaboration graph
[legend]

Public Member Functions

 Incident (const std::string &source, const std::string &type)
 Default Constructor.
 
virtual ~Incident ()
 Destructor.
 
const std::stringtype () const
 Access to the incident type.
 
const std::stringsource () const
 Access to the source of the incident.
 

Private Attributes

std::string m_source
 Incident source.
 
std::string m_type
 incident type
 

Detailed Description

Base class for all Incidents (computing events).

Author
P. Mato
Date
2001/01/19

Definition at line 16 of file Incident.h.

Constructor & Destructor Documentation

Incident::Incident ( const std::string source,
const std::string type 
)
inline

Default Constructor.

Parameters
sourceIncident source (service or algorithm name)
typeIncident type

Definition at line 21 of file Incident.h.

m_type ( type ) { }
virtual Incident::~Incident ( )
inlinevirtual

Destructor.

Definition at line 28 of file Incident.h.

{ }

Member Function Documentation

const std::string& Incident::source ( ) const
inline

Access to the source of the incident.

Returns
service or algorithm name that initiated the incident

Definition at line 40 of file Incident.h.

{ return m_source; }
const std::string& Incident::type ( ) const
inline

Access to the incident type.

Returns
string descriptor for the incident type

Definition at line 34 of file Incident.h.

{ return m_type; }

Member Data Documentation

std::string Incident::m_source
private

Incident source.

Definition at line 44 of file Incident.h.

std::string Incident::m_type
private

incident type

Definition at line 45 of file Incident.h.


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

Generated at Wed Dec 4 2013 14:33:17 for Gaudi Framework, version v24r2 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004