Bayeux  3.4.1
Core Foundation library for SuperNEMO
Public Member Functions | List of all members
geomtools::base_hit::has_key_predicate Class Reference

Predicate that checks if the auxiliaries container stores some property with a specific key. More...

#include <bayeux/geomtools/base_hit.h>

Inheritance diagram for geomtools::base_hit::has_key_predicate:
datatools::i_predicate< base_hit >

Public Member Functions

 has_key_predicate (const std::string &a_key)
 The property key to be checked. 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
 

Detailed Description

Predicate that checks if the auxiliaries container stores some property with a specific key.

Constructor & Destructor Documentation

◆ has_key_predicate()

geomtools::base_hit::has_key_predicate::has_key_predicate ( const std::string &  a_key)
inlineexplicit

The property key to be checked.

Constructor

Member Function Documentation

◆ operator()()

bool geomtools::base_hit::has_key_predicate::operator() ( const base_hit a_hit) const
inline

Functor interface.


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