ProteoWizard
|
TraData <-> traML stream serialization. More...
#include <Serializer_traML.hpp>
Public Member Functions | |
Serializer_traML () | |
void | write (std::ostream &os, const TraData &td) const |
write TraData object to ostream as traML More... | |
void | read (boost::shared_ptr< std::istream > is, TraData &td) const |
read in TraData object from a traML istream More... | |
Private Member Functions | |
Serializer_traML (Serializer_traML &) | |
Serializer_traML & | operator= (Serializer_traML &) |
TraData <-> traML stream serialization.
Definition at line 36 of file Serializer_traML.hpp.
|
inline |
Definition at line 39 of file Serializer_traML.hpp.
References pwiz::identdata::IO::read(), and pwiz::identdata::IO::write().
|
private |
void pwiz::tradata::Serializer_traML::write | ( | std::ostream & | os, |
const TraData & | td | ||
) | const |
write TraData object to ostream as traML
Referenced by testWriteRead().
void pwiz::tradata::Serializer_traML::read | ( | boost::shared_ptr< std::istream > | is, |
TraData & | td | ||
) | const |
read in TraData object from a traML istream
Referenced by testWriteRead().
|
private |