Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v28r2p1 (f1a77ff4)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
IDataStoreAgent.h
Go to the documentation of this file.
1 #ifndef GAUDIKERNEL_IDATASTOREAGENT_H
2 #define GAUDIKERNEL_IDATASTOREAGENT_H
3 
4 // Framework include files
5 #include "GaudiKernel/Kernel.h"
6 
7 // Forward declarations:
8 class IRegistry;
9 
17 public:
19  virtual ~IDataStoreAgent() = default;
20 
24  virtual bool analyse(IRegistry* pObject, int level) = 0;
25 };
26 #endif // GAUDIKERNEL_IDATASTOREAGENT_H
The IRegistry represents the entry door to the environment any data object residing in a transient da...
Definition: IRegistry.h:22
Generic data agent interface.
#define GAUDI_API
Definition: Kernel.h:107