Gaudi Framework, version v25r0

Home   Generated: Mon Feb 17 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
IDataStoreLeaves.h
Go to the documentation of this file.
1 #ifndef GAUDIKERNEL_IDATASTORELEAVES_H
2 #define GAUDIKERNEL_IDATASTORELEAVES_H
3 
4 // Include Files
5 #include "GaudiKernel/IAlgTool.h"
6 #include <vector>
7 
8 class DataObject;
9 
15 class GAUDI_API IDataStoreLeaves: virtual public IAlgTool {
16 
17 public:
20 
23 
25  virtual const LeavesList & leaves() const = 0;
26 
27 };
28 
29 #endif

Generated at Mon Feb 17 2014 14:37:42 for Gaudi Framework, version v25r0 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004