23 , m_version(
"UNKNOWN" )
26 , m_properties(
alg.getProperties() )
27 , m_jobHistory( job ) {}
36 m_version( algVersion )
39 , m_properties( props )
40 , m_jobHistory( job ) {}
46 static const CLID CLID_AlgToolHistory = 171959758;
47 return CLID_AlgToolHistory;
62 ost <<
"Properties: [" << endl;
65 iprop->fillStream( ost );
81 ost <<
"<PROPERTY name=\"" << iprop->name() <<
"\" value=\"" <<
convert_string( iprop->toString() )
82 <<
"\" documentation=\"" <<
convert_string( iprop->documentation() ) <<
"\">" << endl;
86 ost <<
"</COMPONENT>" << endl;
94 rhs.
dump( lhs,
false );
const PropertyList & properties() const override
const std::string & algtool_name() const
const std::string & algtool_version() const
const std::string & name() const override
JobHistory class definition.
const AlgTool * algtool_instance() const
const std::string & algtool_type() const
unsigned int CLID
Class ID definition.
static const CLID & classID()
virtual void indent(std::ostream &, int) const
AlgToolHistory class definition.
static std::string convert_string(const std::string &)
void dump(std::ostream &, const bool isXML=false, int indent=0) const override
AlgToolHistory(const AlgTool &alg, const JobHistory *job)
ostream & operator<<(ostream &lhs, const AlgToolHistory &rhs)