ProteoWizard
Public Member Functions | Public Attributes
pwiz::data::pepxml::AlternativeProtein Struct Reference

#include <MinimumPepXML.hpp>

List of all members.

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

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

Definition at line 250 of file MinimumPepXML.hpp.

{}

Member Function Documentation

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

Referenced by testAlternativeProtein().

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

Referenced by testAlternativeProtein().

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

Member Data Documentation

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

Definition at line 252 of file MinimumPepXML.hpp.

Referenced by makeAlternativeProtein().

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

Definition at line 253 of file MinimumPepXML.hpp.

Referenced by makeAlternativeProtein().

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: