All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ModuleIncident Class Reference

base class for Module-related incident More...

#include <GaudiKernel/ModuleIncident.h>

Inheritance diagram for ModuleIncident:
Collaboration diagram for ModuleIncident:

Public Member Functions

Accessors
const std::string & module () const
 the model (DLL) being worked on More...
 
- Public Member Functions inherited from Incident
 Incident (const std::string &source, const std::string &type)
 Default Constructor. More...
 
virtual ~Incident ()
 Destructor. More...
 
const std::string & type () const
 Access to the incident type. More...
 
const std::string & source () const
 Access to the source of the incident. More...
 

Protected Member Functions

protected structors
 ModuleIncident (const std::string &source, const std::string &type, const std::string &module)
 
virtual ~ModuleIncident ()
 

Private Attributes

std::string m_module
 the model (DLL) being worked on More...
 

Detailed Description

base class for Module-related incident

Author
P. Calafiura
Id
ModuleIncident.h,v 1.1 2006/12/10 20:29:17 leggett Exp

Definition at line 14 of file ModuleIncident.h.

Constructor & Destructor Documentation

ModuleIncident::ModuleIncident ( const std::string &  source,
const std::string &  type,
const std::string &  module 
)
inlineprotected

Definition at line 18 of file ModuleIncident.h.

std::string m_module
the model (DLL) being worked on
const std::string & type() const
Access to the incident type.
Definition: Incident.h:34
const std::string & source() const
Access to the source of the incident.
Definition: Incident.h:40
const std::string & module() const
the model (DLL) being worked on
Incident(const std::string &source, const std::string &type)
Default Constructor.
Definition: Incident.h:21
virtual ModuleIncident::~ModuleIncident ( )
inlineprotectedvirtual

Definition at line 22 of file ModuleIncident.h.

22 { }

Member Function Documentation

const std::string& ModuleIncident::module ( ) const
inline

the model (DLL) being worked on

Definition at line 31 of file ModuleIncident.h.

31 { return m_module; }
std::string m_module
the model (DLL) being worked on

Member Data Documentation

std::string ModuleIncident::m_module
private

the model (DLL) being worked on

Definition at line 35 of file ModuleIncident.h.


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