ServiceHistory class definition.
More...
#include <GaudiKernel/ServiceHistory.h>
ServiceHistory class definition.
- Author
- : Charles Leggett
Definition at line 22 of file ServiceHistory.h.
ServiceHistory::ServiceHistory |
( |
| ) |
|
Definition at line 37 of file ServiceHistory.cpp.
GAUDI_API const std::string typeinfoName(const std::type_info &)
Get platform independent information about the class type.
PropertyList m_properties
const std::vector< Property * > & getProperties() const override
const JobHistory * m_jobHistory
Base class for all services.
const IService * m_pService
Definition at line 54 of file ServiceHistory.cpp.
GAUDI_API const std::string typeinfoName(const std::type_info &)
Get platform independent information about the class type.
PropertyList m_properties
const std::vector< Property * > & getProperties() const override
const JobHistory * m_jobHistory
Base class for all services.
const IService * m_pService
virtual ServiceHistory::~ServiceHistory |
( |
| ) |
|
|
virtualdefault |
const CLID & ServiceHistory::classID |
( |
| ) |
|
|
static |
Definition at line 71 of file ServiceHistory.cpp.
73 static const CLID CLID_ServiceHistory = 187225489;
74 return CLID_ServiceHistory;
unsigned int CLID
Class ID definition.
virtual const CLID& ServiceHistory::clID |
( |
| ) |
const |
|
inlinevirtual |
Retrieve reference to class definition structure.
Retrieve Pointer to class definition structure.
Reimplemented from HistoryObj.
Definition at line 32 of file ServiceHistory.h.
static const CLID & classID()
void ServiceHistory::dump |
( |
std::ostream & |
ost, |
|
|
const bool |
isXML = false , |
|
|
int |
indent = 0 |
|
) |
| const |
|
virtual |
Implements HistoryObj.
Definition at line 81 of file ServiceHistory.cpp.
86 ost <<
"Type: " <<
type() << endl;
87 ost <<
"Version: " <<
version() << endl;
90 ost <<
"Properties: [" << endl;
103 ost <<
"<COMPONENT name=\"" <<
name()
112 ost <<
"<PROPERTY name=\"" << prop.
name()
119 ost <<
"</COMPONENT>" << endl;
virtual std::string toString() const =0
value -> string
const std::string & name() const
const std::string & name() const
property name
const std::string & documentation() const
property documentation
virtual std::ostream & fillStream(std::ostream &) const
the printout of the property value
const std::string & version() const
const std::string & type() const
virtual void indent(std::ostream &, int) const
Property base class allowing Property* collections to be "homogeneous".
const PropertyList & properties() const
static std::string convert_string(const std::string &)
const JobHistory* ServiceHistory::jobHistory |
( |
| ) |
const |
|
inline |
const IService* ServiceHistory::service |
( |
| ) |
const |
|
inline |
const IService* ServiceHistory::m_pService |
|
private |
The documentation for this class was generated from the following files: