![]() |
The Gaudi Framework
master (1304469f)
|
Interface for Versioned History Objects. More...
#include <GaudiKernel/IVersHistoryObj.h>

Public Types | |
| typedef std::vector< Gaudi::Details::PropertyBase * > | PropertyList |
Public Member Functions | |
| virtual | ~IVersHistoryObj ()=default |
| virtual const std::string & | name () const =0 |
| virtual const std::string & | type () const =0 |
| virtual const std::string & | version () const =0 |
| virtual const PropertyList & | properties () const =0 |
Interface for Versioned History Objects.
Definition at line 27 of file IVersHistoryObj.h.
| typedef std::vector<Gaudi::Details::PropertyBase*> IVersHistoryObj::PropertyList |
Definition at line 29 of file IVersHistoryObj.h.
|
virtualdefault |
|
pure virtual |
Implemented in AlgorithmHistory, AlgToolHistory, JobHistory, and ServiceHistory.
|
pure virtual |
Implemented in AlgorithmHistory, AlgToolHistory, JobHistory, and ServiceHistory.
|
pure virtual |
Implemented in AlgorithmHistory, AlgToolHistory, JobHistory, and ServiceHistory.
|
pure virtual |
Implemented in AlgorithmHistory, AlgToolHistory, JobHistory, and ServiceHistory.