ProteoWizard
Public Member Functions | Public Attributes
PointsToSame Struct Reference

List of all members.

Public Member Functions

 PointsToSame (MatchPtr &mp)
bool operator() (const MatchPtr &pm)

Public Attributes

MatchPtr _mp

Detailed Description

Definition at line 35 of file Feature2PeptideMatcherTest.cpp.


Constructor & Destructor Documentation

PointsToSame::PointsToSame ( MatchPtr mp)
inline

Definition at line 37 of file Feature2PeptideMatcherTest.cpp.

: _mp(mp){}

Member Function Documentation

bool PointsToSame::operator() ( const MatchPtr pm)
inline

Definition at line 38 of file Feature2PeptideMatcherTest.cpp.

{return (*_mp) == (*pm);}

Member Data Documentation

MatchPtr PointsToSame::_mp

Definition at line 40 of file Feature2PeptideMatcherTest.cpp.


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