| 35 | } |
| 36 | |
| 37 | void IdXMLFile::load(const String& filename, std::vector<ProteinIdentification>& protein_ids, std::vector<PeptideIdentification>& peptide_ids) |
| 38 | { |
| 39 | String document_id; |
| 40 | load(filename, protein_ids, peptide_ids, document_id); |
| 41 | } |
| 42 | |
| 43 | void IdXMLFile::load(const String& filename, std::vector<ProteinIdentification>& protein_ids, |
| 44 | std::vector<PeptideIdentification>& peptide_ids, String& document_id) |