ProteoWizard
|
ProteomeData <-> FASTA stream serialization. More...
#include <Serializer_FASTA.hpp>
Classes | |
struct | Config |
Serializer_FASTA configuration. More... |
Public Member Functions | |
Serializer_FASTA (const Config &config=Config()) | |
void | write (std::ostream &os, const ProteomeData &pd, const pwiz::util::IterationListenerRegistry *iterationListenerRegistry) const |
write ProteomeData object to ostream as FASTA | |
void | read (boost::shared_ptr< std::istream > is, ProteomeData &pd) const |
read in ProteomeData object from a FASTA istream |
Private Member Functions | |
Serializer_FASTA (Serializer_FASTA &) | |
Serializer_FASTA & | operator= (Serializer_FASTA &) |
Private Attributes | |
Config | config_ |
ProteomeData <-> FASTA stream serialization.
Definition at line 38 of file Serializer_FASTA.hpp.
|
private |
void pwiz::proteome::Serializer_FASTA::write | ( | std::ostream & | os, |
const ProteomeData & | pd, | ||
const pwiz::util::IterationListenerRegistry * | iterationListenerRegistry | ||
) | const |
write ProteomeData object to ostream as FASTA
Referenced by testDuplicateId(), testModeMetaDataAndSequence(), testModeMetaDataOnly(), testModeOff(), and testWriteRead().
void pwiz::proteome::Serializer_FASTA::read | ( | boost::shared_ptr< std::istream > | is, |
ProteomeData & | pd | ||
) | const |
read in ProteomeData object from a FASTA istream
Referenced by testDuplicateId(), testModeMetaDataAndSequence(), testModeMetaDataOnly(), testModeOff(), and testWriteRead().
|
private |
|
private |
Definition at line 60 of file Serializer_FASTA.hpp.