The Gaudi Framework  v29r0 (ff2e7097)
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 {
18 public:
20  virtual ~IDataStoreAgent() = default;
21 
25  virtual bool analyse( IRegistry* pObject, int level ) = 0;
26 };
27 #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:110