ProteoWizard
Public Member Functions
pwiz::peptideid::location_less Class Reference

#include <PeptideID.hpp>

List of all members.

Public Member Functions

bool operator() (const PeptideID::Location &a, const PeptideID::Location &b) const

Detailed Description

Definition at line 137 of file PeptideID.hpp.


Member Function Documentation

bool pwiz::peptideid::location_less::operator() ( const PeptideID::Location a,
const PeptideID::Location b 
) const
inline

Definition at line 140 of file PeptideID.hpp.

References pwiz::peptideid::PeptideID::Location::mz, pwiz::peptideid::PeptideID::Location::nativeID, and pwiz::peptideid::PeptideID::Location::retentionTimeSec.

{
return a.nativeID.compare(b.nativeID) < 0 && a.mz < b.mz && a.retentionTimeSec < b.retentionTimeSec;
}

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