ProteoWizard
Public Member Functions | Public Attributes | List of all members
pwiz::data::peakdata::Software::Parameter Struct Reference

#include <PeakData.hpp>

Public Member Functions

 Parameter ()
 
 Parameter (std::string name_, std::string value_)
 
void write (minimxml::XMLWriter &xmlWriter) const
 
void read (std::istream &is)
 
bool operator== (const Parameter &that) const
 
bool operator!= (const Parameter &that) const
 

Public Attributes

std::string name
 
std::string value
 

Detailed Description

Definition at line 165 of file PeakData.hpp.

Constructor & Destructor Documentation

pwiz::data::peakdata::Software::Parameter::Parameter ( )
inline

Definition at line 170 of file PeakData.hpp.

pwiz::data::peakdata::Software::Parameter::Parameter ( std::string  name_,
std::string  value_ 
)
inline

Definition at line 171 of file PeakData.hpp.

Member Function Documentation

void pwiz::data::peakdata::Software::Parameter::write ( minimxml::XMLWriter xmlWriter) const
void pwiz::data::peakdata::Software::Parameter::read ( std::istream &  is)
bool pwiz::data::peakdata::Software::Parameter::operator== ( const Parameter that) const
bool pwiz::data::peakdata::Software::Parameter::operator!= ( const Parameter that) const

Member Data Documentation

std::string pwiz::data::peakdata::Software::Parameter::name

Definition at line 167 of file PeakData.hpp.

std::string pwiz::data::peakdata::Software::Parameter::value

Definition at line 168 of file PeakData.hpp.


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