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