Bayeux
3.4.1
Core Foundation library for SuperNEMO
|
Predicate that checks if the auxiliaries container stores some property with a specific key. More...
#include <bayeux/geomtools/base_hit.h>
Public Member Functions | |
has_string_property_predicate (const std::string &a_key, const std::string &a_value) | |
The vector of accepted values. More... | |
has_string_property_predicate (const std::string &a_key, const std::vector< std::string > &a_values) | |
Constructor. More... | |
bool | operator() (const base_hit &a_hit) const |
Functor interface. More... | |
Public Member Functions inherited from datatools::i_predicate< base_hit > | |
virtual bool | operator() (const base_hit &obj_) const=0 |
Predicate that checks if the auxiliaries container stores some property with a specific key.
|
inlineexplicit |
The vector of accepted values.
Constructor
|
inlineexplicit |
Constructor.
|
inline |
Functor interface.