Go to the documentation of this file.
33 debug() <<
"Initialise" <<
endmsg;
39 for (
const auto& i : m_tools ) {
42 const int slash = i.find_first_of(
"/" );
44 type = i.substr( 0, slash );
45 name = i.substr( slash + 1 );
47 debug() <<
"Loading tool " <<
name <<
" of type " <<
type <<
endmsg;
60 debug() <<
"Execute" <<
endmsg;
70 debug() <<
"Finalize" <<
endmsg;
StatusCode initialize() override
the default (empty) implementation of IStateful::initialize() method
static const InterfaceID & interfaceID()
Return an instance of InterfaceID identifying the interface.
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
StatusCode finalize() override
the default (empty) implementation of IStateful::finalize() method
constexpr static const auto SUCCESS
#define DECLARE_COMPONENT(type)
constexpr static const auto FAILURE