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

#include <MzidPredicates.hpp>

List of all members.

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

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

Definition at line 82 of file MzidPredicates.hpp.

: seq(seq) {}

Member Function Documentation

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

Definition at line 84 of file MzidPredicates.hpp.

References seq.

{
return (dbs->seq == seq);
}

Member Data Documentation

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

Definition at line 80 of file MzidPredicates.hpp.

Referenced by operator()().


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