ProteoWizard
Public Member Functions | Public Attributes
pwiz::data::pepxml::SearchResult Struct Reference

#include <MinimumPepXML.hpp>

List of all members.

Public Member Functions

 SearchResult (size_t searchId=0)
void write (XMLWriter &writer) const
void read (std::istream &is)
bool operator== (const SearchResult &that) const
bool operator!= (const SearchResult &that) const

Public Attributes

size_t searchId
 Unique identifier to search summary.
std::vector< SearchHitPtrsearchHit

Detailed Description

Definition at line 364 of file MinimumPepXML.hpp.


Constructor & Destructor Documentation

pwiz::data::pepxml::SearchResult::SearchResult ( size_t  searchId = 0)
inline

Definition at line 366 of file MinimumPepXML.hpp.


Member Function Documentation

void pwiz::data::pepxml::SearchResult::write ( XMLWriter writer) const

Referenced by testSearchResult().

void pwiz::data::pepxml::SearchResult::read ( std::istream &  is)

Referenced by testSearchResult().

bool pwiz::data::pepxml::SearchResult::operator== ( const SearchResult that) const
bool pwiz::data::pepxml::SearchResult::operator!= ( const SearchResult that) const

Member Data Documentation

size_t pwiz::data::pepxml::SearchResult::searchId

Unique identifier to search summary.

Definition at line 369 of file MinimumPepXML.hpp.

std::vector<SearchHitPtr> pwiz::data::pepxml::SearchResult::searchHit

Definition at line 371 of file MinimumPepXML.hpp.

Referenced by makeSearchResult(), and makeSpectrumQuery().


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