The Gaudi Framework  master (37c0b60a)
IVersHistoryObj.h
Go to the documentation of this file.
1 /***********************************************************************************\
2 * (c) Copyright 1998-2024 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 <Gaudi/PropertyFwd.h>
15 #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
std::string
STL class.
std::vector< Gaudi::Details::PropertyBase * >
IVersHistoryObj::name
virtual const std::string & name() const =0
PropertyFwd.h
IVersHistoryObj::PropertyList
std::vector< Gaudi::Details::PropertyBase * > PropertyList
Definition: IVersHistoryObj.h:30
IVersHistoryObj::version
virtual const std::string & version() const =0
IVersHistoryObj::properties
virtual const PropertyList & properties() const =0
IVersHistoryObj::~IVersHistoryObj
virtual ~IVersHistoryObj()=default
IVersHistoryObj
Definition: IVersHistoryObj.h:28
Kernel.h
GAUDI_API
#define GAUDI_API
Definition: Kernel.h:81
IVersHistoryObj::type
virtual const std::string & type() const =0