Gaudi Framework, version v20r2

Generated: 18 Jul 2008

ModuleIncident Class Reference

#include <ModuleIncident.h>

Inheritance diagram for ModuleIncident:

Inheritance graph
[legend]
Collaboration diagram for ModuleIncident:

Collaboration graph
[legend]
List of all members.

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.

Public Member Functions

Accessors
const std::stringmodule () const
 the model (DLL) being worked on

Private Attributes

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


Constructor & Destructor Documentation

ModuleIncident::ModuleIncident ( const std::string source,
const std::string type,
const std::string module 
) [inline, protected]

Definition at line 18 of file ModuleIncident.h.

virtual ModuleIncident::~ModuleIncident (  )  [inline, protected, virtual]

Definition at line 22 of file ModuleIncident.h.

00022 { }

ModuleIncident::ModuleIncident ( const std::string source,
const std::string type,
const std::string module 
) [inline, protected]

Definition at line 18 of file ModuleIncident.h.

virtual ModuleIncident::~ModuleIncident (  )  [inline, protected, virtual]

Definition at line 22 of file ModuleIncident.h.

00022 { }


Member Function Documentation

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

the model (DLL) being worked on

Definition at line 31 of file ModuleIncident.h.

References m_module.

00031 { return m_module; }


Member Data Documentation

std::string ModuleIncident::m_module [private]

the model (DLL) being worked on

Definition at line 35 of file ModuleIncident.h.

Referenced by module().


The documentation for this class was generated from the following file:
Generated at Fri Jul 18 12:08:38 2008 for Gaudi Framework, version v20r2 by Doxygen version 1.5.1 written by Dimitri van Heesch, © 1997-2004