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


Public Member Functions | |
| HistoryObj () | |
| virtual | ~HistoryObj () |
| virtual const CLID & | clID () const |
| Retrieve reference to class definition structure. More... | |
| virtual void | dump (std::ostream &, const bool isXML=false, int indent=0) const =0 |
| HistoryObj () | |
| virtual | ~HistoryObj () |
| virtual const CLID & | clID () const |
| Retrieve reference to class definition structure. More... | |
| virtual void | dump (std::ostream &, const bool isXML=false, int indent=0) const =0 |
Public Member Functions inherited from DataObject | |
| DataObject () | |
| Standard Constructor. More... | |
| DataObject (const DataObject &) | |
| Copy Constructor. More... | |
| virtual | ~DataObject () |
| Standard Destructor. More... | |
| virtual unsigned long | addRef () |
| Add reference to object. More... | |
| virtual unsigned long | release () |
| release reference to object More... | |
| const std::string & | name () const |
| Retreive DataObject name. It is the name when registered in the store. More... | |
| virtual StatusCode | update () |
| Provide empty placeholder for internal object reconfiguration callback. More... | |
| DataObject () | |
| Standard Constructor. More... | |
| DataObject (const DataObject &) | |
| Copy Constructor. More... | |
| virtual | ~DataObject () |
| Standard Destructor. More... | |
| virtual unsigned long | addRef () |
| Add reference to object. More... | |
| virtual unsigned long | release () |
| release reference to object More... | |
| const std::string & | name () const |
| Retreive DataObject name. It is the name when registered in the store. More... | |
| virtual StatusCode | update () |
| Provide empty placeholder for internal object reconfiguration callback. More... | |
| void | setRegistry (IRegistry *pRegistry) |
| Set pointer to Registry. More... | |
| IRegistry * | registry () const |
| Get pointer to Registry. More... | |
| LinkManager * | linkMgr () const |
| Retrieve Link manager. More... | |
| unsigned char | version () const |
| Retrieve version number of this object representation. More... | |
| void | setVersion (unsigned char vsn) |
| Set version number of this object representation. More... | |
| unsigned long | refCount () const |
| Return the refcount. More... | |
| virtual std::ostream & | fillStream (std::ostream &s) const |
| Fill the output stream (ASCII) More... | |
| void | setRegistry (IRegistry *pRegistry) |
| Set pointer to Registry. More... | |
| IRegistry * | registry () const |
| Get pointer to Registry. More... | |
| LinkManager * | linkMgr () const |
| Retrieve Link manager. More... | |
| unsigned char | version () const |
| Retrieve version number of this object representation. More... | |
| void | setVersion (unsigned char vsn) |
| Set version number of this object representation. More... | |
| unsigned long | refCount () const |
| Return the refcount. More... | |
| virtual std::ostream & | fillStream (std::ostream &s) const |
| Fill the output stream (ASCII) More... | |
Static Public Member Functions | |
| static const CLID & | classID () |
| static std::string | convert_string (const std::string &) |
| 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) More... | |
| static const CLID & | classID () |
| Retrieve reference to class definition structure (static access) More... | |
Protected Member Functions | |
| virtual void | indent (std::ostream &, int) const |
| virtual void | indent (std::ostream &, int) const |
| HistoryObj::HistoryObj | ( | ) |
Definition at line 21 of file HistoryObj.cpp.
|
virtual |
Definition at line 22 of file VirtualDestructors.cpp.
| HistoryObj::HistoryObj | ( | ) |
|
virtual |
|
static |
Definition at line 62 of file HistoryObj.cpp.
|
static |
|
inlinevirtual |
Retrieve reference to class definition structure.
Retrieve Pointer to class definition structure.
Reimplemented from DataObject.
Reimplemented in AlgorithmHistory, AlgorithmHistory, JobHistory, JobHistory, AlgToolHistory, AlgToolHistory, DataHistory, DataHistory, ServiceHistory, and ServiceHistory.
Definition at line 29 of file HistoryObj.h.
|
inlinevirtual |
Retrieve reference to class definition structure.
Retrieve Pointer to class definition structure.
Reimplemented from DataObject.
Reimplemented in AlgorithmHistory, AlgorithmHistory, JobHistory, JobHistory, AlgToolHistory, AlgToolHistory, DataHistory, DataHistory, ServiceHistory, and ServiceHistory.
Definition at line 29 of file HistoryObj.h.
|
static |
|
static |
Definition at line 29 of file HistoryObj.cpp.
|
pure virtual |
Implemented in AlgorithmHistory, AlgorithmHistory, JobHistory, JobHistory, AlgToolHistory, AlgToolHistory, DataHistory, DataHistory, ServiceHistory, and ServiceHistory.
|
pure virtual |
Implemented in AlgorithmHistory, AlgorithmHistory, JobHistory, JobHistory, AlgToolHistory, AlgToolHistory, DataHistory, DataHistory, ServiceHistory, and ServiceHistory.
|
protectedvirtual |
|
protectedvirtual |
Definition at line 52 of file HistoryObj.cpp.