The Gaudi Framework
v26r4
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
IVersHistoryObj.h
Go to the documentation of this file.
1
#ifndef GAUDIKERNEL_IVERSHISTORYOBJ_H
2
#define GAUDIKERNEL_IVERSHISTORYOBJ_H
3
4
#include <string>
5
#include <vector>
6
7
class
Property
;
8
18
class
GAUDI_API
IVersHistoryObj
{
19
public
:
20
typedef
std::vector<Property*>
PropertyList
;
21
22
public
:
23
virtual
~
IVersHistoryObj
() =
default
;
24
25
virtual
const
std::string&
name
()
const
= 0;
26
virtual
const
std::string&
type
()
const
= 0;
27
virtual
const
std::string& version()
const
= 0;
28
29
virtual
const
PropertyList&
properties
()
const
= 0;
30
31
};
32
33
#endif
gaudiComponentHelp.name
name
Definition:
gaudiComponentHelp.py:28
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:107
PropertyList
List of properties.
Definition:
PropertyList.h:16
gaudiComponentHelp.properties
tuple properties
Definition:
gaudiComponentHelp.py:37
Property
Property base class allowing Property* collections to be "homogeneous".
Definition:
Property.h:38
IVersHistoryObj
Interface for Versioned History Objects.
Definition:
IVersHistoryObj.h:18
gaudirun.type
string type
Definition:
gaudirun.py:151
GaudiKernel
GaudiKernel
IVersHistoryObj.h
Generated on Mon Oct 12 2015 16:26:48 for The Gaudi Framework by
1.8.9.1