35 #ifndef OPENMS_FORMAT_MZIDENTMLFILE_H
36 #define OPENMS_FORMAT_MZIDENTMLFILE_H
80 void store(
const String & filename,
const std::vector<ProteinIdentification> & poid,
const std::vector<PeptideIdentification> & peid)
const;
106 #endif // OPENMS_FORMAT_MZIDENTMLFILE_H
A more convenient string class.
Definition: String.h:56
File adapter for MzIdentML files.
Definition: MzIdentMLFile.h:57
Represents a object which can store the information of an analysisXML instance.
Definition: Identification.h:53
String list.
Definition: StringList.h:56
Base class for all classes that want to report their progess.
Definition: ProgressLogger.h:56
Base class for loading/storing XML files that have a handler derived from XMLHandler.
Definition: XMLFile.h:51