4 #ifndef FIRE_PREDICATE_HPP_INCLUDED
5 #define FIRE_PREDICATE_HPP_INCLUDED
9 #include "fire/Object.hpp"
60 }
catch (
const std::exception& exception) {
72 }
catch (
const std::exception& exception) {
95 value = this->filter->expression(
object);
96 }
catch (
const std::exception& exception) {
bool operator()(T object)
Operatore di conversione.
Definition: Predicate.hpp:92
Classe per la gestione di un oggetto.
Definition: Object.hpp:29
virtual ~Predicate()
Distruttore.
Definition: Predicate.hpp:70
Predicate(const fire::Filter< T > &filter)
Costruttore.
Definition: Predicate.hpp:57
Classe per la gestione di un filtro.
Definition: Filter.hpp:25
Classe per la gestione di un predicato.
Definition: Predicate.hpp:35