|
| AlgorithmHistory (const Algorithm &alg, const JobHistory *job) |
|
| AlgorithmHistory (const std::string &algVersion, const std::string &algName, const std::string &algType, const PropertyList &props, const HistoryList &subHists) |
|
virtual | ~AlgorithmHistory () |
|
virtual const CLID & | clID () const |
| Retrieve reference to class definition structure. More...
|
|
const std::string & | algorithm_type () const |
|
const std::string & | algorithm_version () const |
|
const std::string & | algorithm_name () const |
|
const Algorithm * | algorithm () const |
|
const PropertyList & | properties () const |
|
const HistoryList & | subalgorithm_histories () const |
|
const JobHistory * | jobHistory () const |
|
void | dump (std::ostream &, const bool isXML=false, int indent=0) const |
|
const std::string & | name () const |
|
const std::string & | type () const |
|
const std::string & | version () const |
|
| AlgorithmHistory (const Algorithm &alg, const JobHistory *job) |
|
| AlgorithmHistory (const std::string &algVersion, const std::string &algName, const std::string &algType, const PropertyList &props, const HistoryList &subHists) |
|
virtual | ~AlgorithmHistory () |
|
virtual const CLID & | clID () const |
| Retrieve reference to class definition structure. More...
|
|
const std::string & | algorithm_type () const |
|
const std::string & | algorithm_version () const |
|
const std::string & | algorithm_name () const |
|
const Algorithm * | algorithm () const |
|
const PropertyList & | properties () const |
|
const HistoryList & | subalgorithm_histories () const |
|
const JobHistory * | jobHistory () const |
|
void | dump (std::ostream &, const bool isXML=false, int indent=0) const |
|
const std::string & | name () const |
|
const std::string & | type () const |
|
const std::string & | version () const |
|
| HistoryObj ()=default |
|
virtual | ~HistoryObj ()=default |
|
| HistoryObj ()=default |
|
virtual | ~HistoryObj ()=default |
|
| 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...
|
|
| 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...
|
|
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...
|
|
virtual | ~IVersHistoryObj ()=default |
|
virtual | ~IVersHistoryObj ()=default |
|
AlgorithmHistory class definition.
- Author
- : Charles Leggett
Definition at line 27 of file AlgorithmHistory.h.