17#ifndef MS_DISTILLER_SEARCH_STATUS_HPP
18#define MS_DISTILLER_SEARCH_STATUS_HPP
24namespace msparser_internal
30namespace matrix_science
47 bool extractXml(msparser_internal::ms_XMLHelper & helper, msparser_internal::ms_XMLElement & element);
52 std::string getTaskId()
const;
55 std::string getTitle()
const;
57 std::wstring getTitle()
const {
58 return getTitleWide();
62 std::string getServer()
const;
64 std::string getSubmitTime()
const;
66 std::string getResultsFile()
const;
68 std::string getStatusMsg()
const;
73 std::string getResfileStreamName()
const;
75 std::string getPeptideSummaryCacheStreamName()
const;
78 std::wstring getTitleWide()
const;
84 std::string submitTime_;
85 std::string resultsFile_;
86 std::string statusMsg_;
A Mascot search status from a Distiller project file.
Definition: ms_distiller_search_status.hpp:43