24 #ifndef _SERIALIZER_MZML_HPP_ 25 #define _SERIALIZER_MZML_HPP_ 67 void read(boost::shared_ptr<std::istream> is,
MSData& msd)
const;
71 boost::shared_ptr<Impl>
impl_;
84 #endif // _SERIALIZER_MZML_HPP_
boost::shared_ptr< Impl > impl_
MSData <-> mzML stream serialization.
PWIZ_API_DECL std::ostream & operator<<(std::ostream &os, const BinaryDataEncoder::Config &config)
BinaryDataEncoder::Config binaryDataEncoderConfig
configuration for binary data encoding in write() note: byteOrder is ignored (mzML always little endi...
PWIZ_API_DECL void write(minimxml::XMLWriter &writer, const CV &cv)
PWIZ_API_DECL void read(std::istream &is, CV &cv)
encoding/decoding configuration
handles registration of IterationListeners and broadcast of update messages
Serializer_mzML configuration.
bool indexed
(indexed==true): read/write with <indexedmzML> wrapper
This is the root element of ProteoWizard; it represents the mzML element, defined as: intended to cap...