ModuleIncident Class Reference

base class for Module-related incident More...

#include </tmp/marcocle/lhcb-release/1122/GAUDI/GAUDI_v27r0/InstallArea/x86_64-slc6-gcc49-opt/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...
 
const std::string & module () const
 the model (DLL) being worked on More...
 
- Public Member Functions inherited from Incident
 Incident (std::string source, std::string type)
 Default Constructor. More...
 
virtual ~Incident ()=default
 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...
 
 Incident (std::string source, std::string type)
 Default Constructor. More...
 
virtual ~Incident ()=default
 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 (std::string source, std::string type, std::string module)
 
virtual ~ModuleIncident ()=default
 
 ModuleIncident (std::string source, std::string type, std::string module)
 
virtual ~ModuleIncident ()=default
 

Private Attributes

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

Detailed Description

base class for Module-related incident

Author
P. Calafiura

Definition at line 13 of file ModuleIncident.h.

Constructor & Destructor Documentation

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

Definition at line 17 of file ModuleIncident.h.

20  : Incident(std::move(source), std::move(type)), m_module(std::move(module)) { }
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(std::string source, std::string type)
Default Constructor.
Definition: Incident.h:21
virtual ModuleIncident::~ModuleIncident ( )
protectedvirtualdefault
ModuleIncident::ModuleIncident ( std::string  source,
std::string  type,
std::string  module 
)
inlineprotected

Definition at line 17 of file ModuleIncident.h.

20  : Incident(std::move(source), std::move(type)), m_module(std::move(module)) { }
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(std::string source, std::string type)
Default Constructor.
Definition: Incident.h:21
virtual ModuleIncident::~ModuleIncident ( )
protectedvirtualdefault

Member Function Documentation

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

the model (DLL) being worked on

Definition at line 30 of file ModuleIncident.h.

30 { return m_module; }
std::string m_module
the model (DLL) being worked on
const std::string& ModuleIncident::module ( ) const
inline

the model (DLL) being worked on

Definition at line 30 of file ModuleIncident.h.

30 { 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 34 of file ModuleIncident.h.


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