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

§ Parameter() [1/2]

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

Definition at line 170 of file PeakData.hpp.

§ Parameter() [2/2]

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

Member Function Documentation

§ write()

void pwiz::data::peakdata::Software::Parameter::write ( minimxml::XMLWriter xmlWriter) const

§ read()

void pwiz::data::peakdata::Software::Parameter::read ( std::istream &  is)

§ operator==()

bool pwiz::data::peakdata::Software::Parameter::operator== ( const Parameter that) const

§ operator!=()

bool pwiz::data::peakdata::Software::Parameter::operator!= ( const Parameter that) const

Member Data Documentation

§ name

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

Definition at line 167 of file PeakData.hpp.

§ value

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: