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

#include <MzidPredicates.hpp>

Public Member Functions

 sequence_p (const std::string &seq)
 
bool operator() (const PeptidePtr &p) const
 

Public Attributes

const std::string seq
 

Detailed Description

Definition at line 66 of file MzidPredicates.hpp.

Constructor & Destructor Documentation

§ sequence_p()

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

Definition at line 70 of file MzidPredicates.hpp.

70 : seq(seq) {}

Member Function Documentation

§ operator()()

bool pwiz::identdata::sequence_p::operator() ( const PeptidePtr &  p) const
inline

Definition at line 72 of file MzidPredicates.hpp.

73  {
74  return (p->peptideSequence == seq);
75  }

Member Data Documentation

§ seq

const std::string pwiz::identdata::sequence_p::seq

Definition at line 68 of file MzidPredicates.hpp.


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