ProteoWizard
|
MSData <-> MSn stream serialization. More...
#include <Serializer_MSn.hpp>
Public Member Functions | |
Serializer_MSn (MSn_Type filetype) | |
constructor | |
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 updates | |
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, to allow for lazy evaluation of Spectrum data |
Private Member Functions | |
Serializer_MSn (Serializer_MSn &) | |
Serializer_MSn & | operator= (Serializer_MSn &) |
Private Attributes | |
boost::shared_ptr< Impl > | impl_ |
MSData <-> MSn stream serialization.
Definition at line 37 of file Serializer_MSn.hpp.
pwiz::msdata::Serializer_MSn::Serializer_MSn | ( | MSn_Type | filetype | ) |
constructor
|
private |
void pwiz::msdata::Serializer_MSn::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 updates
Referenced by testWriteReadBMS1(), testWriteReadBMS2(), testWriteReadCMS1(), testWriteReadCMS2(), testWriteReadMS1(), and testWriteReadMS2().
void pwiz::msdata::Serializer_MSn::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, to allow for lazy evaluation of Spectrum data
Referenced by testWriteReadBMS1(), testWriteReadBMS2(), testWriteReadCMS1(), testWriteReadCMS2(), testWriteReadMS1(), and testWriteReadMS2().
|
private |
|
private |
Definition at line 55 of file Serializer_MSn.hpp.