|
ProteoWizard
|
MZIDData <-> pepXML stream serialization. More...
#include <Serializer_pepXML.hpp>
Classes | |
| struct | Config |
| Serializer_pepXML configuration. More... | |
Public Member Functions | |
| Serializer_pepXML (const Config &config=Config()) | |
| void | write (std::ostream &os, const IdentData &mzid, const std::string &filepath, const pwiz::util::IterationListenerRegistry *=0) const |
| write MZIDData object to ostream as pepXML | |
| void | read (boost::shared_ptr< std::istream > is, IdentData &mzid, const pwiz::util::IterationListenerRegistry *=0) const |
| read in MZIDData object from a pepXML istream | |
Private Member Functions | |
| Serializer_pepXML (Serializer_pepXML &) | |
| Serializer_pepXML & | operator= (Serializer_pepXML &) |
Private Attributes | |
| const Config | config_ |
MZIDData <-> pepXML stream serialization.
Definition at line 36 of file Serializer_pepXML.hpp.
Definition at line 48 of file Serializer_pepXML.hpp.
|
private |
| void pwiz::identdata::Serializer_pepXML::write | ( | std::ostream & | os, |
| const IdentData & | mzid, | ||
| const std::string & | filepath, | ||
| const pwiz::util::IterationListenerRegistry * | = 0 |
||
| ) | const |
write MZIDData object to ostream as pepXML
Referenced by testSerializeReally().
| void pwiz::identdata::Serializer_pepXML::read | ( | boost::shared_ptr< std::istream > | is, |
| IdentData & | mzid, | ||
| const pwiz::util::IterationListenerRegistry * | = 0 |
||
| ) | const |
read in MZIDData object from a pepXML istream
Referenced by testSerializeReally().
|
private |
|
private |
Definition at line 59 of file Serializer_pepXML.hpp.
1.8.1.1