The Gaudi Framework
master (37c0b60a)
|
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/JobHistory.h>
Public Types | |
typedef std::vector< std::pair< std::string, std::unique_ptr< Gaudi::Property< std::string > > > > | PropertyPairList |
Public Types inherited from IVersHistoryObj | |
typedef std::vector< Gaudi::Details::PropertyBase * > | PropertyList |
Public Member Functions | |
JobHistory () | |
JobHistory (const std::string &rel, const std::string &os, const std::string &host, const std::string &dir, const std::string &osver, const std::string &mach, const std::string &cmtconfig, const time_t &time) | |
virtual | ~JobHistory () |
const CLID & | clID () const override |
Retrieve reference to class definition structure. More... | |
void | addProperty (const std::string &key, const std::string &value) |
const std::string & | release_version () const |
const std::string & | os () const |
const std::string & | hostname () const |
const std::string & | os_version () const |
const std::string & | machine () const |
const std::string & | dir () const |
const std::string & | cmtconfig () const |
const std::vector< std::string > & | environment () const |
const PropertyList & | properties () const override |
const PropertyPairList & | propertyPairs () const |
time_t | start_time () const |
std::ostream & | dump (std::ostream &, bool isXML, int indent) const override |
const std::string & | name () const override |
const std::string & | version () const override |
const std::string & | type () const override |
Public Member Functions inherited from HistoryObj | |
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 () |
Retrieve Link manager. More... | |
const LinkManager * | linkMgr () const |
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... | |
Friends | |
std::ostream & | operator<< (std::ostream &lhs, const JobHistory &rhs) |
Additional Inherited Members | |
Protected Member Functions inherited from HistoryObj | |
virtual void | indent (std::ostream &, int) const |
JobHistory class definition
Definition at line 33 of file JobHistory.h.
typedef std::vector<std::pair<std::string, std::unique_ptr<Gaudi::Property<std::string> > > > JobHistory::PropertyPairList |
Definition at line 36 of file JobHistory.h.
JobHistory::JobHistory | ( | ) |
Definition at line 40 of file JobHistory.cpp.
JobHistory::JobHistory | ( | const std::string & | rel, |
const std::string & | os, | ||
const std::string & | host, | ||
const std::string & | dir, | ||
const std::string & | osver, | ||
const std::string & | mach, | ||
const std::string & | cmtconfig, | ||
const time_t & | time | ||
) |
Definition at line 64 of file JobHistory.cpp.
|
virtualdefault |
void JobHistory::addProperty | ( | const std::string & | key, |
const std::string & | value | ||
) |
\fixme strip optional quotes around the string
Definition at line 88 of file JobHistory.cpp.
|
static |
Definition at line 82 of file JobHistory.cpp.
|
inlineoverridevirtual |
Retrieve reference to class definition structure.
Retrieve Pointer to class definition structure.
Reimplemented from HistoryObj.
Definition at line 66 of file JobHistory.h.
|
inline |
Definition at line 79 of file JobHistory.h.
|
inline |
Definition at line 78 of file JobHistory.h.
|
overridevirtual |
|
inline |
Definition at line 80 of file JobHistory.h.
|
inline |
Definition at line 75 of file JobHistory.h.
|
inline |
Definition at line 77 of file JobHistory.h.
|
inlineoverridevirtual |
|
inline |
Definition at line 74 of file JobHistory.h.
|
inline |
Definition at line 76 of file JobHistory.h.
|
inlineoverridevirtual |
|
inline |
Definition at line 82 of file JobHistory.h.
|
inline |
Definition at line 73 of file JobHistory.h.
|
inline |
Definition at line 83 of file JobHistory.h.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
friend |
Definition at line 92 of file JobHistory.h.
|
private |
Definition at line 41 of file JobHistory.h.
|
private |
Definition at line 53 of file JobHistory.h.
|
private |
Definition at line 40 of file JobHistory.h.
|
private |
Definition at line 48 of file JobHistory.h.
|
private |
Definition at line 44 of file JobHistory.h.
|
private |
Definition at line 46 of file JobHistory.h.
|
private |
Definition at line 45 of file JobHistory.h.
|
private |
Definition at line 43 of file JobHistory.h.
|
private |
Definition at line 51 of file JobHistory.h.
|
private |
Definition at line 50 of file JobHistory.h.
|
private |
Definition at line 39 of file JobHistory.h.
|
private |
Definition at line 54 of file JobHistory.h.