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

#include <PeakData.hpp>

Classes

struct  Parameter
 

Public Member Functions

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

Public Attributes

std::string name
 
std::string version
 
std::string source
 
std::vector< Parameterparameters
 

Detailed Description

Definition at line 158 of file PeakData.hpp.

Constructor & Destructor Documentation

§ Software()

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

Member Function Documentation

§ write()

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

Referenced by testSoftware().

§ read()

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

Referenced by testSoftware().

§ operator==()

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

§ operator!=()

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

Member Data Documentation

§ name

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

Definition at line 161 of file PeakData.hpp.

Referenced by initializeSoftware().

§ version

std::string pwiz::data::peakdata::Software::version

Definition at line 162 of file PeakData.hpp.

Referenced by initializeSoftware().

§ source

std::string pwiz::data::peakdata::Software::source

Definition at line 163 of file PeakData.hpp.

Referenced by initializeSoftware().

§ parameters

std::vector<Parameter> pwiz::data::peakdata::Software::parameters

Definition at line 179 of file PeakData.hpp.

Referenced by initializeSoftware().


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