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

Predicate that checks if the auxiliaries container stores some specific flag. More...

#include <bayeux/geomtools/base_hit.h>

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

Public Member Functions

 has_flag_predicate (const std::string &a_flag)
 The flag 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 specific flag.

Constructor & Destructor Documentation

◆ has_flag_predicate()

geomtools::base_hit::has_flag_predicate::has_flag_predicate ( const std::string &  a_flag)
inlineexplicit

The flag to be checked.

Constructor

Member Function Documentation

◆ operator()()

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

Functor interface.


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