16#ifndef MS_DISTILLER_SUBSEARCH_HPP
17#define MS_DISTILLER_SUBSEARCH_HPP
24namespace msparser_internal
30namespace matrix_science
49 bool extractXml(msparser_internal::ms_XMLHelper & helper, msparser_internal::ms_XMLElement & element);
52 virtual std::string getTaskId()
const;
54 virtual std::string getTitle()
const;
56 virtual std::string getResultsFile()
const;
61 std::string resultsFile_;
The details of a Distiller multifile subsearch.
Definition: ms_distiller_subsearch.hpp:43