ProteoWizard
Public Member Functions | Public Attributes
pwiz::identdata::Residue Struct Reference

Implementation of ResidueType from the mzIdentML schema. More...

#include <IdentData.hpp>

List of all members.

Public Member Functions

 Residue ()
bool empty () const

Public Attributes

char code
double mass

Detailed Description

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.


Constructor & Destructor Documentation

pwiz::identdata::Residue::Residue ( )

Member Function Documentation

bool pwiz::identdata::Residue::empty ( ) const

Member Data Documentation

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().


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