The Gaudi Framework
v30r3 (a5ef0a68)
|
ServiceHistory class definition. More...
#include <GaudiKernel/ServiceHistory.h>
Public Member Functions | |
ServiceHistory () | |
ServiceHistory (const IService *, const JobHistory *) | |
ServiceHistory (const IService &, const JobHistory *) | |
virtual | ~ServiceHistory ()=default |
const CLID & | clID () const override |
Retrieve reference to class definition structure. More... | |
const PropertyList & | properties () const override |
const IService * | service () const |
const JobHistory * | jobHistory () const |
void | dump (std::ostream &, const bool isXML=false, int indent=0) const override |
const std::string & | name () const override |
const std::string & | type () const override |
const std::string & | version () const override |
Public Member Functions inherited from HistoryObj | |
HistoryObj ()=default | |
virtual | ~HistoryObj ()=default |
Public Member Functions inherited from DataObject | |
DataObject () | |
Standard Constructor. More... | |
DataObject (const DataObject &rhs) | |
Copy Constructor. More... | |
DataObject & | operator= (const DataObject &rhs) |
Assignment Operator. More... | |
DataObject (DataObject &&rhs) | |
Move Constructor. More... | |
DataObject & | operator= (DataObject &&rhs) |
Move Assignment Operator. 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... | |
Public Member Functions inherited from IVersHistoryObj | |
virtual | ~IVersHistoryObj ()=default |
Static Public Member Functions | |
static const CLID & | classID () |
Static Public Member Functions inherited from HistoryObj | |
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... | |
Private Attributes | |
const IService * | m_pService |
const JobHistory * | m_jobHistory |
std::string | m_name |
std::string | m_type |
std::string | m_version |
PropertyList | m_properties |
Additional Inherited Members | |
Public Types inherited from IVersHistoryObj | |
typedef std::vector< Gaudi::Details::PropertyBase * > | PropertyList |
Protected Member Functions inherited from HistoryObj | |
virtual void | indent (std::ostream &, int) const |
ServiceHistory class definition.
Definition at line 21 of file ServiceHistory.h.
ServiceHistory::ServiceHistory | ( | ) |
Definition at line 25 of file ServiceHistory.cpp.
ServiceHistory::ServiceHistory | ( | const IService * | isv, |
const JobHistory * | job | ||
) |
Definition at line 35 of file ServiceHistory.cpp.
ServiceHistory::ServiceHistory | ( | const IService & | isv, |
const JobHistory * | job | ||
) |
Definition at line 50 of file ServiceHistory.cpp.
|
virtualdefault |
|
static |
Definition at line 65 of file ServiceHistory.cpp.
|
inlineoverridevirtual |
Retrieve reference to class definition structure.
Retrieve Pointer to class definition structure.
Reimplemented from HistoryObj.
Definition at line 32 of file ServiceHistory.h.
|
overridevirtual |
Implements HistoryObj.
Definition at line 74 of file ServiceHistory.cpp.
|
inline |
Definition at line 40 of file ServiceHistory.h.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inline |
Definition at line 38 of file ServiceHistory.h.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
private |
Definition at line 50 of file ServiceHistory.h.
|
private |
Definition at line 51 of file ServiceHistory.h.
|
private |
Definition at line 52 of file ServiceHistory.h.
|
private |
Definition at line 49 of file ServiceHistory.h.
|
private |
Definition at line 51 of file ServiceHistory.h.
|
private |
Definition at line 51 of file ServiceHistory.h.