40 , m_version(
"none" ) {}
47 , m_name( isv->
name() )
48 , m_version(
"none" ) {
50 const Service* svc = dynamic_cast<const Service*>( isv );
62 , m_name( isv.
name() )
63 , m_version(
"none" ) {
65 const Service* svc = dynamic_cast<const Service*>( &isv );
78 static const CLID CLID_ServiceHistory = 187225489;
79 return CLID_ServiceHistory;
93 ost <<
"Properties: [" <<
endl;
118 ost <<
"</COMPONENT>" <<
endl;
Define general base for Gaudi exception.
GAUDI_API const std::string typeinfoName(const std::type_info &)
Get platform independent information about the class type.
const std::string name() const
property name
JobHistory class definition.
PropertyList m_properties
const std::string & type() const override
General service interface definition.
std::ostream & dump(std::ostream &, const bool isXML, int indent) const override
PropertyBase base class allowing PropertyBase* collections to be "homogeneous".
unsigned int CLID
Class ID definition.
virtual std::ostream & fillStream(std::ostream &) const
the printout of the property value
virtual void indent(std::ostream &, int) const
static std::string convert_string(const std::string &)
constexpr static const auto FAILURE
const std::vector< Gaudi::Details::PropertyBase * > & getProperties() const override
get all properties
const std::string & name() const override
const std::string & version() const override
Base class for all services.
virtual std::string toString() const =0
value -> string
static const CLID & classID()
std::string documentation() const
property documentation
const PropertyList & properties() const override