Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v31r0 (aeb156f0)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
IClassInfo.h
Go to the documentation of this file.
1 #ifndef GAUDIKERNEL_ICLASSINFO_H
2 #define GAUDIKERNEL_ICLASSINFO_H
3 
4 // Experiment specific include files
5 #include "GaudiKernel/ClassID.h"
6 #include "GaudiKernel/Kernel.h"
7 
13 public:
15  virtual ~IClassInfo() = default;
17  virtual const CLID& clID() const = 0;
18 };
19 
20 #endif // GAUDIKERNEL_ICLASSINFO_H
Data base class allowing to store persistent type information.
Definition: IClassInfo.h:12
unsigned int CLID
Class ID definition.
Definition: ClassID.h:8
#define GAUDI_API
Definition: Kernel.h:71