ProteoWizard
Public Member Functions | Public Attributes | List of all members
pwiz::identdata::dbsequence_p Struct Reference

#include <MzidPredicates.hpp>

Public Member Functions

 dbsequence_p (const std::string &seq, const std::string accession)
 
bool operator() (const DBSequencePtr &p) const
 

Public Attributes

const std::string seq
 
const std::string accession
 

Detailed Description

Definition at line 90 of file MzidPredicates.hpp.

Constructor & Destructor Documentation

§ dbsequence_p()

pwiz::identdata::dbsequence_p::dbsequence_p ( const std::string &  seq,
const std::string  accession 
)
inline

Definition at line 95 of file MzidPredicates.hpp.

Member Function Documentation

§ operator()()

bool pwiz::identdata::dbsequence_p::operator() ( const DBSequencePtr &  p) const
inline

Definition at line 99 of file MzidPredicates.hpp.

100  {
101  return boost::iequals(p->seq, seq) &&
102  boost::iequals(p->accession, accession);
103  }

Member Data Documentation

§ seq

const std::string pwiz::identdata::dbsequence_p::seq

Definition at line 92 of file MzidPredicates.hpp.

§ accession

const std::string pwiz::identdata::dbsequence_p::accession

Definition at line 93 of file MzidPredicates.hpp.


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