Serializer_Text reads in and writes out an id file in tab format.
More...
#include <Serializer_Text.hpp>
|
enum | IdField {
None =0,
Scan =1,
Rt =2,
Mz =3,
Charge =4,
Score =5,
ScoreType =6,
Peptide =7,
Protein =8,
ProteinDescription =9,
Last =ProteinDescription
} |
| List of fields available. More...
|
|
|
boost::shared_ptr< Impl > | impl_ |
|
Serializer_Text reads in and writes out an id file in tab format.
Definition at line 38 of file Serializer_Text.hpp.
◆ IdField
List of fields available.
Enumerator |
---|
None | |
Scan | |
Rt | |
Mz | |
Charge | |
Score | |
ScoreType | |
Peptide | |
Protein | |
ProteinDescription | |
Last | |
Definition at line 42 of file Serializer_Text.hpp.
◆ Serializer_Text() [1/2]
pwiz::identdata::Serializer_Text::Serializer_Text |
( |
const Config & |
config = Config() | ) |
|
◆ Serializer_Text() [2/2]
◆ getIdFieldNames()
static const std::string* pwiz::identdata::Serializer_Text::getIdFieldNames |
( |
| ) |
|
|
static |
◆ write()
◆ read()
void pwiz::identdata::Serializer_Text::read |
( |
boost::shared_ptr< std::istream > |
is, |
|
|
IdentData & |
mzid |
|
) |
| const |
◆ operator=()
◆ impl_
boost::shared_ptr<Impl> pwiz::identdata::Serializer_Text::impl_ |
|
private |
The documentation for this class was generated from the following file: