ProteoWizard
Public Member Functions | Public Attributes | List of all members
pwiz::data::pepxml::AlternativeProtein Struct Reference

#include <MinimumPepXML.hpp>

Public Member Functions

 AlternativeProtein ()
 
void write (XMLWriter &writer) const
 
void read (std::istream &is)
 
bool operator== (const AlternativeProtein &that) const
 
bool operator!= (const AlternativeProtein &that) const
 

Public Attributes

std::string protein
 
std::string proteinDescr
 
std::string numTolTerm
 

Detailed Description

Definition at line 248 of file MinimumPepXML.hpp.

Constructor & Destructor Documentation

◆ AlternativeProtein()

pwiz::data::pepxml::AlternativeProtein::AlternativeProtein ( )
inline

Definition at line 250 of file MinimumPepXML.hpp.

250{}

Member Function Documentation

◆ write()

void pwiz::data::pepxml::AlternativeProtein::write ( XMLWriter writer) const

Referenced by testAlternativeProtein().

◆ read()

void pwiz::data::pepxml::AlternativeProtein::read ( std::istream &  is)

Referenced by testAlternativeProtein().

◆ operator==()

bool pwiz::data::pepxml::AlternativeProtein::operator== ( const AlternativeProtein that) const

◆ operator!=()

bool pwiz::data::pepxml::AlternativeProtein::operator!= ( const AlternativeProtein that) const

Member Data Documentation

◆ protein

std::string pwiz::data::pepxml::AlternativeProtein::protein

Definition at line 252 of file MinimumPepXML.hpp.

Referenced by makeAlternativeProtein().

◆ proteinDescr

std::string pwiz::data::pepxml::AlternativeProtein::proteinDescr

Definition at line 253 of file MinimumPepXML.hpp.

Referenced by makeAlternativeProtein().

◆ numTolTerm

std::string pwiz::data::pepxml::AlternativeProtein::numTolTerm

Definition at line 254 of file MinimumPepXML.hpp.

Referenced by makeAlternativeProtein().


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