The Gaudi Framework
v30r3 (a5ef0a68)
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/Kernel.h
"
// GAUDI_API
5
#include "
GaudiKernel/PropertyFwd.h
"
6
#include <string>
7
#include <vector>
8
18
class
GAUDI_API
IVersHistoryObj
19
{
20
public
:
21
typedef
std::vector<Gaudi::Details::PropertyBase*>
PropertyList
;
22
23
public
:
24
virtual
~
IVersHistoryObj
() =
default
;
25
26
virtual
const
std::string
&
name
()
const
= 0;
27
virtual
const
std::string
&
type
()
const
= 0;
28
virtual
const
std::string
& version()
const
= 0;
29
30
virtual
const
PropertyList&
properties
()
const
= 0;
31
};
32
33
#endif
Kernel.h
gaudiComponentHelp.name
name
Definition:
gaudiComponentHelp.py:32
std::string
STL class.
IVersHistoryObj::PropertyList
std::vector< Gaudi::Details::PropertyBase * > PropertyList
Definition:
IVersHistoryObj.h:21
PropertyFwd.h
gaudirun.type
type
Definition:
gaudirun.py:133
std::vector< Gaudi::Details::PropertyBase * >
gaudiComponentHelp.properties
properties
Definition:
gaudiComponentHelp.py:42
IVersHistoryObj
Interface for Versioned History Objects.
Definition:
IVersHistoryObj.h:18
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:104
GaudiKernel
GaudiKernel
IVersHistoryObj.h
Generated on Wed Aug 1 2018 23:21:04 for The Gaudi Framework by
1.8.11