![]() |
OpenMS
|
Is a meta value with given key and value set on this hit? More...
#include <OpenMS/PROCESSING/ID/IDFilter.h>
Public Types | |
| typedef HitType | argument_type |
Public Member Functions | |
| HasMetaValue (const String &key_, const DataValue &value_) | |
| bool | operator() (const HitType &hit) const |
Public Attributes | |
| String | key |
| DataValue | value |
Is a meta value with given key and value set on this hit?
If the value is empty (DataValue::EMPTY), only the existence of a meta value with the given key is checked.
| typedef HitType argument_type |
|
inline |
|
inline |
References DataValue::isEmpty().
| String key |
| DataValue value |