31 for (
const auto& i :
m_tools ) {
34 auto slash = i.find_first_of(
"/" );
35 if ( slash != std::string::npos ) {
36 type = i.substr( 0, slash );
37 name = i.substr( slash + 1 );
49 return base_class::finalize();
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
#define DECLARE_COMPONENT(type)
MsgStream & debug() const
shortcut for the method msgStream(MSG::DEBUG)
static const InterfaceID & interfaceID()
Return an instance of InterfaceID identifying the interface.
This class is used for returning status codes from appropriate routines.
constexpr static const auto SUCCESS
constexpr static const auto FAILURE