The Gaudi Framework  v33r0 (d5ea422b)
IVersHistoryObj.h
Go to the documentation of this file.
1 /***********************************************************************************\
2 * (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations *
3 * *
4 * This software is distributed under the terms of the Apache version 2 licence, *
5 * copied verbatim in the file "LICENSE". *
6 * *
7 * In applying this licence, CERN does not waive the privileges and immunities *
8 * granted to it by virtue of its status as an Intergovernmental Organization *
9 * or submit itself to any jurisdiction. *
10 \***********************************************************************************/
11 #ifndef GAUDIKERNEL_IVERSHISTORYOBJ_H
12 #define GAUDIKERNEL_IVERSHISTORYOBJ_H
13 
14 #include "GaudiKernel/Kernel.h" // GAUDI_API
16 #include <string>
17 #include <vector>
18 
29 public:
31 
32 public:
33  virtual ~IVersHistoryObj() = default;
34 
35  virtual const std::string& name() const = 0;
36  virtual const std::string& type() const = 0;
37  virtual const std::string& version() const = 0;
38 
39  virtual const PropertyList& properties() const = 0;
40 };
41 
42 #endif
STL class.
std::vector< Gaudi::Details::PropertyBase * > PropertyList
Interface for Versioned History Objects.
#define GAUDI_API
Definition: Kernel.h:81