ProteoWizard
Classes | Public Member Functions | Private Member Functions | Private Attributes | List of all members
pwiz::identdata::Serializer_protXML Class Reference

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 More...
 
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 More...
 

Private Member Functions

 Serializer_protXML (Serializer_protXML &)
 
Serializer_protXMLoperator= (Serializer_protXML &)
 

Private Attributes

const Config config_
 

Detailed Description

MZIDData <-> pepXML stream serialization.

Definition at line 38 of file Serializer_protXML.hpp.

Constructor & Destructor Documentation

§ Serializer_protXML() [1/2]

pwiz::identdata::Serializer_protXML::Serializer_protXML ( const Config config = Config())
inline

§ Serializer_protXML() [2/2]

pwiz::identdata::Serializer_protXML::Serializer_protXML ( Serializer_protXML )
private

Member Function Documentation

§ write()

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

§ read()

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

§ operator=()

Serializer_protXML& pwiz::identdata::Serializer_protXML::operator= ( Serializer_protXML )
private

Member Data Documentation

§ config_

const Config pwiz::identdata::Serializer_protXML::config_
private

Definition at line 62 of file Serializer_protXML.hpp.


The documentation for this class was generated from the following file: