![]() |
The Gaudi Framework
v25r3
|
Interface for Versioned History Objects. More...
#include <GaudiKernel/IVersHistoryObj.h>
Public Types | |
typedef std::vector< Property * > | PropertyList |
Public Member Functions | |
virtual | ~IVersHistoryObj () |
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 20 of file IVersHistoryObj.h.
typedef std::vector<Property*> IVersHistoryObj::PropertyList |
Definition at line 22 of file IVersHistoryObj.h.
|
virtual |
Definition at line 25 of file VirtualDestructors.cpp.
|
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, AlgToolHistory, JobHistory, and ServiceHistory.