Go to the documentation of this file.
24 #ifndef _SERIALIZER_MZML_HPP_
25 #define _SERIALIZER_MZML_HPP_
67 void read(boost::shared_ptr<std::istream> is,
MSData& msd)
const;
84 #endif // _SERIALIZER_MZML_HPP_
Serializer_mzML(const Config &config=Config())
constructor
MSData <-> mzML stream serialization.
Serializer_mzML(Serializer_mzML &)
boost::shared_ptr< Impl > impl_
bool indexed
(indexed==true): read/write with <indexedmzML> wrapper
Serializer_mzML configuration.
PWIZ_API_DECL std::ostream & operator<<(std::ostream &os, const BinaryDataEncoder::Config &config)
handles registration of IterationListeners and broadcast of update messages
void read(boost::shared_ptr< std::istream > is, MSData &msd) const
read in MSData object from an mzML istream note: istream may be managed by MSData's SpectrumList,...
BinaryDataEncoder::Config binaryDataEncoderConfig
configuration for binary data encoding in write() note: byteOrder is ignored (mzML always little endi...
Serializer_mzML & operator=(Serializer_mzML &)
This is the root element of ProteoWizard; it represents the mzML element, defined as: intended to cap...
void write(std::ostream &os, const MSData &msd, const pwiz::util::IterationListenerRegistry *iterationListenerRegistry=0) const
write MSData object to ostream as mzML; iterationListenerRegistry may be used to receive progress upd...
encoding/decoding configuration