Gaudi Framework, version v23r6

Home   Generated: Wed Jan 30 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
IVersHistoryObj.h
Go to the documentation of this file.
1 // $Header: $
2 
3 #ifndef GAUDIKERNEL_IVERSHISTORYOBJ_H
4 #define GAUDIKERNEL_IVERSHISTORYOBJ_H
5 
6 #include <string>
7 #include <vector>
8 
9 class Property;
10 
21  public:
23 
24  public:
25  virtual ~IVersHistoryObj();
26 
27  virtual const std::string& name() const = 0;
28  virtual const std::string& type() const = 0;
29  virtual const std::string& version() const = 0;
30 
31  virtual const PropertyList& properties() const = 0;
32 
33 };
34 
35 #endif

Generated at Wed Jan 30 2013 17:13:39 for Gaudi Framework, version v23r6 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004