ProteoWizard
|
#include <MinimumPepXML.hpp>
Public Member Functions | |
SearchDatabase () | |
void | write (XMLWriter &writer) const |
void | read (std::istream &is) |
bool | operator== (const SearchDatabase &that) const |
bool | operator!= (const SearchDatabase &that) const |
Public Attributes | |
std::string | localPath |
std::string | databaseName |
std::string | databaseReleaseIdentifier |
size_t | sizeInDbEntries |
size_t | sizeOfResidues |
std::string | type |
Definition at line 112 of file MinimumPepXML.hpp.
|
inline |
Definition at line 114 of file MinimumPepXML.hpp.
void pwiz::data::pepxml::SearchDatabase::write | ( | XMLWriter & | writer | ) | const |
Referenced by testSearchDatabase().
void pwiz::data::pepxml::SearchDatabase::read | ( | std::istream & | is | ) |
Referenced by testSearchDatabase().
bool pwiz::data::pepxml::SearchDatabase::operator== | ( | const SearchDatabase & | that | ) | const |
bool pwiz::data::pepxml::SearchDatabase::operator!= | ( | const SearchDatabase & | that | ) | const |
std::string pwiz::data::pepxml::SearchDatabase::localPath |
Definition at line 116 of file MinimumPepXML.hpp.
Referenced by makeSearchDatabase().
std::string pwiz::data::pepxml::SearchDatabase::databaseName |
Definition at line 117 of file MinimumPepXML.hpp.
Referenced by makeSearchDatabase().
std::string pwiz::data::pepxml::SearchDatabase::databaseReleaseIdentifier |
Definition at line 118 of file MinimumPepXML.hpp.
Referenced by makeSearchDatabase().
size_t pwiz::data::pepxml::SearchDatabase::sizeInDbEntries |
Definition at line 119 of file MinimumPepXML.hpp.
Referenced by makeSearchDatabase().
size_t pwiz::data::pepxml::SearchDatabase::sizeOfResidues |
Definition at line 120 of file MinimumPepXML.hpp.
Referenced by makeSearchDatabase().
std::string pwiz::data::pepxml::SearchDatabase::type |
Definition at line 121 of file MinimumPepXML.hpp.
Referenced by makeSearchDatabase().