The Gaudi Framework
v28r1
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 "
GaudiKernel/PropertyFwd.h
"
5
#include <string>
6
#include <vector>
7
17
class
GAUDI_API
IVersHistoryObj
18
{
19
public
:
20
typedef
std::vector<Gaudi::Details::PropertyBase*>
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
#endif
gaudiComponentHelp.name
name
Definition:
gaudiComponentHelp.py:28
std::string
STL class.
IVersHistoryObj::PropertyList
std::vector< Gaudi::Details::PropertyBase * > PropertyList
Definition:
IVersHistoryObj.h:20
PropertyFwd.h
gaudirun.type
type
Definition:
gaudirun.py:125
std::vector< Gaudi::Details::PropertyBase * >
gaudiComponentHelp.properties
properties
Definition:
gaudiComponentHelp.py:37
IVersHistoryObj
Interface for Versioned History Objects.
Definition:
IVersHistoryObj.h:17
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:107
GaudiKernel
GaudiKernel
IVersHistoryObj.h
Generated on Tue Feb 14 2017 13:19:50 for The Gaudi Framework by
1.8.11