22#ifndef _SERIALIZER_MGF_HPP_
23#define _SERIALIZER_MGF_HPP_
52 void read(boost::shared_ptr<std::istream> is,
MSData& msd)
const;
MSData <-> MGF stream serialization.
void read(boost::shared_ptr< std::istream > is, MSData &msd) const
read in MSData object from an MGF istream note: istream may be managed by MSData's SpectrumList,...
Serializer_MGF(Serializer_MGF &)
Serializer_MGF & operator=(Serializer_MGF &)
void write(std::ostream &os, const MSData &msd, const pwiz::util::IterationListenerRegistry *iterationListenerRegistry=0) const
write MSData object to ostream as MGF; iterationListenerRegistry may be used to receive progress upda...
boost::shared_ptr< Impl > impl_
Serializer_MGF()
constructor
handles registration of IterationListeners and broadcast of update messages
This is the root element of ProteoWizard; it represents the mzML element, defined as: intended to cap...