libpappsomspp
Library for mass spectrometry
Loading...
Searching...
No Matches
ContainsAny Struct Reference

Public Types

typedef bool result_type
 

Public Member Functions

 ContainsAny (const GrpPeptideSet &peptide_set)
 
bool operator() (const GrpGroupSp &testGroupSp)
 

Public Attributes

GrpPeptideSet _peptide_set
 

Detailed Description

Definition at line 184 of file grpexperiment.cpp.

Member Typedef Documentation

◆ result_type

Definition at line 190 of file grpexperiment.cpp.

Constructor & Destructor Documentation

◆ ContainsAny()

ContainsAny::ContainsAny ( const GrpPeptideSet & peptide_set)
inline

Definition at line 186 of file grpexperiment.cpp.

186 : _peptide_set(peptide_set)
187 {
188 }
GrpPeptideSet _peptide_set

Member Function Documentation

◆ operator()()

bool ContainsAny::operator() ( const GrpGroupSp & testGroupSp)
inline

Definition at line 193 of file grpexperiment.cpp.

194 {
195 return testGroupSp.get()->containsAny(_peptide_set);
196 }

Member Data Documentation

◆ _peptide_set

GrpPeptideSet ContainsAny::_peptide_set

Definition at line 198 of file grpexperiment.cpp.


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