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


Public Member Functions | |
| virtual | ~HistoryObj ()=default |
| const CLID & | clID () const override |
| Retrieve reference to class definition structure. | |
| virtual std::ostream & | dump (std::ostream &, bool isXML=false, int indent=0) const =0 |
Public Member Functions inherited from DataObject | |
| DataObject () | |
| Standard Constructor. | |
| DataObject (const DataObject &rhs) | |
| Copy Constructor. | |
| DataObject & | operator= (const DataObject &rhs) |
| Assignment Operator. | |
| DataObject (DataObject &&rhs) | |
| Move Constructor. | |
| DataObject & | operator= (DataObject &&rhs) |
| Move Assignment Operator. | |
| virtual | ~DataObject () |
| Standard Destructor. | |
| virtual unsigned long | addRef () |
| Add reference to object. | |
| virtual unsigned long | release () |
| release reference to object | |
| const std::string & | name () const |
| Retreive DataObject name. It is the name when registered in the store. | |
| virtual StatusCode | update () |
| Provide empty placeholder for internal object reconfiguration callback. | |
| void | setRegistry (IRegistry *pRegistry) |
| Set pointer to Registry. | |
| IRegistry * | registry () const |
| Get pointer to Registry. | |
| LinkManager * | linkMgr () |
| Retrieve Link manager. | |
| const LinkManager * | linkMgr () const |
| unsigned char | version () const |
| Retrieve version number of this object representation. | |
| void | setVersion (unsigned char vsn) |
| Set version number of this object representation. | |
| unsigned long | refCount () const |
| Return the refcount. | |
| virtual std::ostream & | fillStream (std::ostream &s) const |
| Fill the output stream (ASCII) | |
Static Public Member Functions | |
| static const CLID & | classID () |
| static std::string | convert_string (const std::string &) |
Static Public Member Functions inherited from DataObject | |
| static const CLID & | classID () |
| Retrieve reference to class definition structure (static access) | |
Protected Member Functions | |
| virtual void | indent (std::ostream &, int) const |
Friends | |
| std::ostream & | operator<< (std::ostream &lhs, const HistoryObj &rhs) |
|
virtualdefault |
|
static |
Definition at line 44 of file HistoryObj.cpp.
|
inlineoverridevirtual |
Retrieve reference to class definition structure.
Retrieve Pointer to class definition structure.
Reimplemented from DataObject.
Reimplemented in JobHistory, and ServiceHistory.
Definition at line 34 of file HistoryObj.h.
|
static |
Definition at line 14 of file HistoryObj.cpp.
|
pure virtual |
Implemented in AlgorithmHistory, AlgToolHistory, DataHistory, JobHistory, and ServiceHistory.
|
protectedvirtual |
Definition at line 37 of file HistoryObj.cpp.
|
friend |
Definition at line 41 of file HistoryObj.h.