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

#include <PeakData.hpp>

List of all members.

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

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

Definition at line 181 of file PeakData.hpp.

: name(""), version(""), source(""), parameters(0) {}

Member Function Documentation

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

Referenced by testSoftware().

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

Referenced by testSoftware().

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

Member Data Documentation

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

Definition at line 161 of file PeakData.hpp.

Referenced by initializeSoftware().

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

Definition at line 162 of file PeakData.hpp.

Referenced by initializeSoftware().

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

Definition at line 163 of file PeakData.hpp.

Referenced by initializeSoftware().

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: