Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

Incident Class Reference

#include <Incident.h>

List of all members.

Public Methods

 Incident (const std::string& source, const std::string& type )
virtual ~Incident ()
const std::string& type () const
const std::string& source () const

Private Attributes

std::string m_source
std::string m_type


Constructor & Destructor Documentation

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

Definition at line 20 of file Incident.h.

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

Definition at line 23 of file Incident.h.


Member Function Documentation

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

Definition at line 27 of file Incident.h.

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

Definition at line 26 of file Incident.h.


Member Data Documentation

std::string Incident::m_source [private]
 

Definition at line 29 of file Incident.h.

std::string Incident::m_type [private]
 

Definition at line 30 of file Incident.h.


The documentation for this class was generated from the following file:
Generated at Wed Nov 21 12:22:12 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000