|
ProteoWizard
|
MZIDData <-> pepXML stream serialization. More...
#include <Serializer_protXML.hpp>
Classes | |
| struct | Config |
| Serializer_protXML configuration. More... | |
Public Member Functions | |
| Serializer_protXML (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, std::vector< std::string > *sourceFilesPtr, const pwiz::util::IterationListenerRegistry *=0) const |
| read in MZIDData object from a protXML istream | |
Private Member Functions | |
| Serializer_protXML (Serializer_protXML &) | |
| Serializer_protXML & | operator= (Serializer_protXML &) |
Private Attributes | |
| const Config | config_ |
MZIDData <-> pepXML stream serialization.
Definition at line 38 of file Serializer_protXML.hpp.
Definition at line 50 of file Serializer_protXML.hpp.
|
private |
| void pwiz::identdata::Serializer_protXML::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 pwiz::identdata::Serializer_protXML::read | ( | boost::shared_ptr< std::istream > | is, |
| IdentData & | mzid, | ||
| std::vector< std::string > * | sourceFilesPtr, | ||
| const pwiz::util::IterationListenerRegistry * | = 0 |
||
| ) | const |
read in MZIDData object from a protXML istream
|
private |
|
private |
Definition at line 62 of file Serializer_protXML.hpp.
1.8.1.1