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

#include <MzidPredicates.hpp>

Public Member Functions

 seq_p (const std::string &seq)
 
bool operator() (const DBSequencePtr &dbs) const
 

Public Attributes

const std::string seq
 

Detailed Description

Definition at line 78 of file MzidPredicates.hpp.

Constructor & Destructor Documentation

§ seq_p()

pwiz::identdata::seq_p::seq_p ( const std::string &  seq)
inline

Definition at line 82 of file MzidPredicates.hpp.

82 : seq(seq) {}
const std::string seq

Member Function Documentation

§ operator()()

bool pwiz::identdata::seq_p::operator() ( const DBSequencePtr &  dbs) const
inline

Definition at line 84 of file MzidPredicates.hpp.

85  {
86  return (dbs->seq == seq);
87  }
const std::string seq

Member Data Documentation

§ seq

const std::string pwiz::identdata::seq_p::seq

Definition at line 80 of file MzidPredicates.hpp.


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