ProteoWizard
Public Member Functions | Public Attributes
pwiz::data::peakdata::Software::Parameter Struct Reference

#include <PeakData.hpp>

List of all members.

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.

: name(""), value("") {};
pwiz::data::peakdata::Software::Parameter::Parameter ( std::string  name_,
std::string  value_ 
)
inline

Definition at line 171 of file PeakData.hpp.

: name(name_), value(value_) {}

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: