Newer
Older
#include <boost/foreach.hpp>
#define foreach BOOST_FOREACH
Nor::BaseRetValPtr Nor::apply_internal(const FunExecContext& context) const
{
foreach(BoolFunctionPtr expression, *expressions_) {
if(expression->apply(context)->get_value()) {
return Predicate::False(context);
return Predicate::True(context);