ProteoWizard
|
#include <SpectrumList_Sorter.hpp>
Public Member Functions | |
virtual boost::logic::tribool | less (const msdata::Spectrum &lhs, const msdata::Spectrum &rhs) const |
return values: true: lhs < rhs false: lhs >= rhs indeterminate: need a more detailed Spectrum object to decide More... | |
![]() | |
virtual boost::logic::tribool | less (const msdata::SpectrumIdentity &lhs, const msdata::SpectrumIdentity &rhs) const |
return values: true: lhs < rhs false: lhs >= rhs indeterminate: need to see the full Spectrum object to decide More... | |
virtual | ~Predicate () |
Definition at line 85 of file SpectrumList_Sorter.hpp.
|
virtual |
return values: true: lhs < rhs false: lhs >= rhs indeterminate: need a more detailed Spectrum object to decide
Reimplemented from pwiz::analysis::SpectrumList_Sorter::Predicate.