81 static CLID CLID_ServiceHistory = 187225489;
82 return CLID_ServiceHistory;
93 ost <<
"Name: " <<
name() << endl;
94 ost <<
"Type: " <<
type() << endl;
95 ost <<
"Version: " <<
version() << endl;
98 ost <<
"Properties: [" << endl;
100 for ( ServiceHistory::PropertyList::const_iterator
113 ost <<
"<COMPONENT name=\"" <<
name()
118 for ( ServiceHistory::PropertyList::const_iterator
124 ost <<
"<PROPERTY name=\"" << prop.
name()
131 ost <<
"</COMPONENT>" << endl;
void dump(std::ostream &, const bool isXML=false, int indent=0) const
ostream & operator<<(ostream &lhs, const ServiceHistory &rhs)
virtual std::string toString() const =0
value -> string
const std::string & name() const
const std::string & name() const
property name
GAUDI_API const std::string typeinfoName(const std::type_info &)
Get platform independent information about the class type.
const std::string & documentation() const
property documentation
JobHistory class definition.
virtual ~ServiceHistory()
PropertyList m_properties
virtual std::ostream & fillStream(std::ostream &) const
the printout of the property value
const std::string & version() const
General service interface definition.
const std::string & type() const
virtual void indent(std::ostream &, int) const
unsigned int CLID
Class ID definition.
Property base class allowing Property* collections to be "homogeneous".
const PropertyList & properties() const
static std::string convert_string(const std::string &)
std
AIDA -> ROTO converter.
ServiceHistory class definition.
Base class for all services.
static const CLID & classID()
virtual const std::vector< Property * > & getProperties() const
Get list of properties.