7 #ifndef IGLOO_CONSTRAINTADAPTER_H 8 #define IGLOO_CONSTRAINTADAPTER_H 12 template <
typename Constra
intType>
19 template <
typename Constra
intListType,
typename ActualType>
20 void Evaluate(ConstraintListType& list, ResultStack& result, OperatorStack& operators,
const ActualType& actual)
22 result.push(m_constraint(actual));
23 EvaluateConstraintList(list.m_tail, result, operators, actual);
26 ConstraintType m_constraint;
29 template<
typename Constra
intType>
34 return snowhouse::Stringize(constraintAdapter.m_constraint);
Definition: constraintadapter.h:13
Definition: stringize.h:71