The Gaudi Framework
v30r3 (a5ef0a68)
|
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 18 of file IVersHistoryObj.h.
Definition at line 21 of file IVersHistoryObj.h.
|
virtualdefault |
|
pure virtual |
Implemented in AlgorithmHistory, JobHistory, AlgToolHistory, and ServiceHistory.
|
pure virtual |
Implemented in AlgorithmHistory, JobHistory, AlgToolHistory, and ServiceHistory.
|
pure virtual |
Implemented in AlgorithmHistory, JobHistory, AlgToolHistory, and ServiceHistory.
|
pure virtual |
Implemented in AlgorithmHistory, JobHistory, AlgToolHistory, and ServiceHistory.