| 86 | } |
| 87 | |
| 88 | String TOPPBase::getToolPrefix() const |
| 89 | { |
| 90 | return tool_name_ + ":" + instance_number_ + ":"; |
| 91 | } |
| 92 | |
| 93 | TOPPBase::TOPPBase(const String& tool_name, const String& tool_description, bool official, const std::vector<Citation>& citations, bool toolhandler_test) : |
| 94 | tool_name_(tool_name), |