|
Gaudi Framework, version v22r0 |
| Home | Generated: 9 Feb 2011 |
Definition of the IHistorySvc interface class. More...
#include <GaudiKernel/IHistorySvc.h>


Definition of the IHistorySvc interface class.
Definition at line 34 of file IHistorySvc.h.
| virtual DataHistory* IHistorySvc::createDataHistoryObj | ( | const CLID & | id, | |
| const std::string & | key, | |||
| const std::string & | storeName | |||
| ) | [pure virtual] |
| IHistorySvc::DeclareInterfaceID | ( | IHistorySvc | , | |
| 2 | , | |||
| 0 | ||||
| ) |
| virtual void IHistorySvc::getAlgHistory | ( | std::set< AlgorithmHistory * > & | ) | const [pure virtual] |
| virtual AlgorithmHistory* IHistorySvc::getAlgHistory | ( | const Algorithm & | ) | const [pure virtual] |
| virtual void IHistorySvc::getAlgToolHistory | ( | std::set< AlgToolHistory * > & | ) | const [pure virtual] |
| virtual AlgToolHistory* IHistorySvc::getAlgToolHistory | ( | const IAlgTool & | ) | const [pure virtual] |
| virtual DataHistory* IHistorySvc::getDataHistory | ( | const CLID & | id, | |
| const std::string & | key, | |||
| const std::string & | storeName | |||
| ) | const [pure virtual] |
| virtual JobHistory* IHistorySvc::getJobHistory | ( | ) | const [pure virtual] |
| virtual void IHistorySvc::getServiceHistory | ( | std::set< ServiceHistory * > & | ) | const [pure virtual] |
| virtual ServiceHistory* IHistorySvc::getServiceHistory | ( | const IService & | ) | const [pure virtual] |
| virtual StatusCode IHistorySvc::listProperties | ( | const IAlgTool & | ) | const [pure virtual] |
| virtual StatusCode IHistorySvc::listProperties | ( | const Algorithm & | ) | const [pure virtual] |
| virtual StatusCode IHistorySvc::listProperties | ( | const IService & | ) | const [pure virtual] |
| virtual StatusCode IHistorySvc::listProperties | ( | ) | const [pure virtual] |
| virtual StatusCode IHistorySvc::registerAlg | ( | const Algorithm & | ) | [pure virtual] |
| virtual StatusCode IHistorySvc::registerAlgTool | ( | const IAlgTool & | ) | [pure virtual] |
| virtual StatusCode IHistorySvc::registerJob | ( | ) | [pure virtual] |
| virtual StatusCode IHistorySvc::registerSvc | ( | const IService & | ) | [pure virtual] |