Gaudi Framework, version v24r2

Home   Generated: Wed Dec 4 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
IInspectable.h
Go to the documentation of this file.
1 // $Header: /tmp/svngaudi/tmp.jEpFh25751/Gaudi/GaudiKernel/GaudiKernel/IInspectable.h,v 1.3 2006/11/30 15:22:07 dquarrie Exp $
2 #ifndef GAUDIKERNEL_IINSPECTABLE_H
3 #define GAUDIKERNEL_IINSPECTABLE_H
4 
5 // Include Files
6 #include "GaudiKernel/Kernel.h"
7 
8 // Forward declaration
9 class IInspector;
10 class IInspectable;
11 
19 public:
20 
22  virtual ~IInspectable() { }
23 
28  virtual bool acceptInspector(IInspector* pI) = 0;
33  virtual bool acceptInspector(IInspector* pI) const = 0;
34 };
35 #endif // GAUDIKERNEL_IINSPECTABLE_H

Generated at Wed Dec 4 2013 14:33:08 for Gaudi Framework, version v24r2 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004