Predicate that determines if a class has a certain metavalue. More...
#include <OpenMS/KERNEL/RangeUtils.h>
Public Member Functions | |
HasMetaValue (String metavalue, bool reverse=false) | |
Constructor. More... | |
bool | operator() (const MetaContainer &s) const |
Protected Attributes | |
String | metavalue_key_ |
bool | reverse_ |
Predicate that determines if a class has a certain metavalue.
MetaContainer must be a MetaInfoInterface or have the same interface
|
inline |
Constructor.
metavalue | MetaValue that needs to be present. |
reverse | if reverse is true, operator() returns true if the metavalue does not exist. |
|
inline |
|
protected |
Referenced by HasMetaValue< MetaContainer >::operator()().
|
protected |
Referenced by HasMetaValue< MetaContainer >::operator()(), InRTRange< SpectrumType >::operator()(), InMSLevelRange< SpectrumType >::operator()(), HasScanMode< SpectrumType >::operator()(), HasScanPolarity< SpectrumType >::operator()(), IsEmptySpectrum< SpectrumType >::operator()(), IsZoomSpectrum< SpectrumType >::operator()(), HasActivationMethod< SpectrumType >::operator()(), InPrecursorMZRange< SpectrumType >::operator()(), HasPrecursorCharge< SpectrumType >::operator()(), InMzRange< PeakType >::operator()(), InIntensityRange< PeakType >::operator()(), IsInCollisionEnergyRange< SpectrumType >::operator()(), IsInIsolationWindowSizeRange< SpectrumType >::operator()(), and IsInIsolationWindow< SpectrumType >::operator()().
OpenMS / TOPP release 2.3.0 | Documentation generated on Tue Jan 9 2018 18:22:09 using doxygen 1.8.13 |