ProteoWizard
Public Member Functions | Public Attributes
pwiz::identdata::sequence_p Struct Reference

#include <MzidPredicates.hpp>

List of all members.

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

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

Definition at line 70 of file MzidPredicates.hpp.

: seq(seq) {}

Member Function Documentation

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

Definition at line 72 of file MzidPredicates.hpp.

References seq.

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

Member Data Documentation

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

Definition at line 68 of file MzidPredicates.hpp.

Referenced by operator()().


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