17#ifndef MS_DISTILLER_DATA_QUANT_HPP
18#define MS_DISTILLER_DATA_QUANT_HPP
25namespace msparser_internal
31namespace matrix_science
50 bool extractXml(msparser_internal::ms_XMLHelper & helper, msparser_internal::ms_XMLElement & element);
53 std::string getTaskId()
const;
55 int getStreamNumber()
const;
58 std::string getResultsStreamName()
const;
60 std::string getCacheStreamName()
const;
62 int getResultsStreamNumber()
const;
63 int getCacheStreamNumber()
const;
The details of a Distiller search.
Definition: ms_distiller_data_quant.hpp:44