|
ProteoWizard
|
#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< Parameter > | parameters |
Definition at line 158 of file PeakData.hpp.
|
inline |
Definition at line 181 of file PeakData.hpp.
| 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 |
| 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().
1.8.1.1