15 #ifndef OPENSCENARIO_INTERPRETER__SYNTAX__VALUE_CONSTRAINT_HPP_ 
   16 #define OPENSCENARIO_INTERPRETER__SYNTAX__VALUE_CONSTRAINT_HPP_ 
   22 #include <pugixml.hpp> 
   26 inline namespace syntax
 
Definition: scope.hpp:155
std::string String
Definition: string.hpp:24
Definition: value_constraint.hpp:37
const String value
Definition: value_constraint.hpp:40
ValueConstraint(const pugi::xml_node &, Scope &)
Definition: value_constraint.cpp:24
const Rule rule
Definition: value_constraint.hpp:38
auto evaluate(const Object &) const -> bool
Definition: value_constraint.cpp:29