ProteoWizard
Public Member Functions | Public Attributes | List of all members
pwiz::identdata::Residue Struct Reference

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

#include <IdentData.hpp>

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

§ Residue()

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

Member Function Documentation

§ empty()

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

Member Data Documentation

§ code

char pwiz::identdata::Residue::code

Definition at line 449 of file IdentData.hpp.

Referenced by pwiz::identdata::TextWriter::operator()(), and testResidue().

§ mass

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: