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
15
#include "
GaudiKernel/PropertyFwd.h
"
16
#include <string>
17
#include <vector>
18
28
class
GAUDI_API
IVersHistoryObj
{
29
public
:
30
typedef
std::vector<Gaudi::Details::PropertyBase*>
PropertyList
;
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
Kernel.h
gaudiComponentHelp.name
name
Definition:
gaudiComponentHelp.py:52
std::string
STL class.
IVersHistoryObj::PropertyList
std::vector< Gaudi::Details::PropertyBase * > PropertyList
Definition:
IVersHistoryObj.h:30
PropertyFwd.h
gaudirun.type
type
Definition:
gaudirun.py:154
std::vector< Gaudi::Details::PropertyBase * >
gaudiComponentHelp.properties
properties
Definition:
gaudiComponentHelp.py:62
IVersHistoryObj
Interface for Versioned History Objects.
Definition:
IVersHistoryObj.h:28
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:81
GaudiKernel
GaudiKernel
IVersHistoryObj.h
Generated on Mon Dec 16 2019 23:26:33 for The Gaudi Framework by
1.8.15