|
Gaudi Framework, version v23r2p1 |
| Home | Generated: Fri Jun 29 2012 |
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.
| IVersHistoryObj::~IVersHistoryObj | ( | ) | [virtual] |
Definition at line 25 of file VirtualDestructors.cpp.
{}
| virtual const std::string& IVersHistoryObj::name | ( | ) | const [pure virtual] |
Implemented in AlgorithmHistory, AlgToolHistory, JobHistory, and ServiceHistory.
| virtual const PropertyList& IVersHistoryObj::properties | ( | ) | const [pure virtual] |
Implemented in AlgorithmHistory, AlgToolHistory, JobHistory, and ServiceHistory.
| virtual const std::string& IVersHistoryObj::type | ( | ) | const [pure virtual] |
Implemented in AlgorithmHistory, AlgToolHistory, JobHistory, and ServiceHistory.
| virtual const std::string& IVersHistoryObj::version | ( | ) | const [pure virtual] |
Implemented in AlgorithmHistory, AlgToolHistory, JobHistory, and ServiceHistory.