Gaudi Framework, version v23r6

Home   Generated: Wed Jan 30 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DataIncident.h
Go to the documentation of this file.
1 #ifndef GAUDI_DATAINCIDENT_H
2 #define GAUDI_DATAINCIDENT_H
3 
4 // Include files
5 #include "GaudiKernel/Incident.h"
6 
15 template<class T>
17 public:
19 
25  ContextIncident(const std::string& src,const std::string& typ,T tag)
26  : Incident(src,typ), m_tag(tag) { }
27 
29  virtual ~ContextIncident() { }
30 
32  const T& tag() const { return m_tag; }
33 
34 private:
35  T m_tag;
36 };
37 
40 
41 #endif //GAUDI_DATAINCIDENT_H

Generated at Wed Jan 30 2013 17:13:39 for Gaudi Framework, version v23r6 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004