| 24 | MzQuantMLFile::~MzQuantMLFile() = default; |
| 25 | |
| 26 | void MzQuantMLFile::load(const String & filename, MSQuantifications & msq) |
| 27 | { |
| 28 | Internal::MzQuantMLHandler handler(msq, filename, schema_version_, *this); |
| 29 | parse_(filename, &handler); |
| 30 | } |
| 31 | |
| 32 | void MzQuantMLFile::store(const String & filename, const MSQuantifications & cmsq) const |
| 33 | { |
no outgoing calls