Bayeux  3.4.1
Core Foundation library for SuperNEMO
Public Member Functions | List of all members
datatools::mother_to_daughter_predicate< Mother, Daughter > Class Template Reference

A template mother-to-daughter caster predicate class. More...

#include <bayeux/datatools/i_predicate.h>

Inheritance diagram for datatools::mother_to_daughter_predicate< Mother, Daughter >:
datatools::i_predicate< Daughter >

Public Member Functions

 mother_to_daughter_predicate (i_predicate< Mother > &mother_predicate_)
 
virtual bool operator() (const Daughter &obj) const
 

Detailed Description

template<class Mother, class Daughter>
class datatools::mother_to_daughter_predicate< Mother, Daughter >

A template mother-to-daughter caster predicate class.

Constructor & Destructor Documentation

◆ mother_to_daughter_predicate()

template<class Mother , class Daughter >
datatools::mother_to_daughter_predicate< Mother, Daughter >::mother_to_daughter_predicate ( i_predicate< Mother > &  mother_predicate_)
inline

Member Function Documentation

◆ operator()()

template<class Mother , class Daughter >
virtual bool datatools::mother_to_daughter_predicate< Mother, Daughter >::operator() ( const Daughter &  obj) const
inlinevirtual

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