17#ifndef MS_MSR2DAT28_HPP
18#define MS_MSR2DAT28_HPP
24namespace msparser_internal {
25 class ms_msr2dat28_impl;
28namespace matrix_science {
29 class ms_mascotresfile_msr;
77 bool isConversionSupported()
const;
80 void includeIndexSection(
bool maybe);
83 bool isIndexSectionIncluded()
const;
86 void includeQuerySectionIonsLines(
bool maybe);
89 bool isQuerySectionIonsLinesIncluded()
const;
95 int getCurrentLineNumber()
const;
98 std::string getNextLine();
105 std::unique_ptr<msparser_internal::ms_msr2dat28_impl> impl_;
This class is used as a base class for several Mascot Parser classes.
Definition: ms_errors.hpp:696
Class for parsing and reading files in MSR format.
Definition: ms_mascotresfile_msr.hpp:105
This class converts a Mascot Search Results (MSR) file to legacy .dat format.
Definition: ms_msr2dat28.hpp:69