|
ProteoWizard
|
Implementation of ResidueType from the mzIdentML schema. More...
#include <IdentData.hpp>
Public Member Functions | |
| Residue () | |
| bool | empty () const |
Public Attributes | |
| char | code |
| double | mass |
Implementation of ResidueType from the mzIdentML schema.
Representation of the Residue tags that holds a letter code and residue mass in Daltons (not including any fixed modifications).
Definition at line 445 of file IdentData.hpp.
| pwiz::identdata::Residue::Residue | ( | ) |
| bool pwiz::identdata::Residue::empty | ( | ) | const |
| char pwiz::identdata::Residue::code |
Definition at line 449 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testResidue().
| double pwiz::identdata::Residue::mass |
Definition at line 450 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testResidue().
1.8.1.1