22#ifndef _SERIALIZER_MSn_HPP_
23#define _SERIALIZER_MSn_HPP_
52 void read(boost::shared_ptr<std::istream> is,
MSData& msd)
const;
MSData <-> MSn stream serialization.
void write(std::ostream &os, const MSData &msd, const pwiz::util::IterationListenerRegistry *iterationListenerRegistry=0) const
write MSData object to ostream as MSn; iterationListenerRegistry may be used to receive progress upda...
Serializer_MSn(MSn_Type filetype)
constructor
Serializer_MSn & operator=(Serializer_MSn &)
boost::shared_ptr< Impl > impl_
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_MSn(Serializer_MSn &)
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...