/* * Ops_FillPredicate.hpp * * Created on: 17.01.2012 * Author: heber */ #ifndef OPS_FILLPREDICATE_HPP_ #define OPS_FILLPREDICATE_HPP_ // include config.h #ifdef HAVE_CONFIG_H #include #endif #include "FillPredicate.hpp" FillPredicate operator&&(const FillPredicate &a, const FillPredicate &b); FillPredicate operator||(const FillPredicate &a, const FillPredicate &b); FillPredicate operator!(const FillPredicate &a); #endif /* OPS_FILLPREDICATE_HPP_ */