15 #ifndef OPENSCENARIO_INTERPRETER__SYNTAX__PARAMETER_ASSIGNMENT_HPP_
16 #define OPENSCENARIO_INTERPRETER__SYNTAX__PARAMETER_ASSIGNMENT_HPP_
20 #include <pugixml.hpp>
24 inline namespace syntax
Definition: scope.hpp:154
auto insert(const Name &, const Object &) -> void
Definition: scope.cpp:129
auto readAttribute(const std::string &name, const Node &node, const Scope &scope) -> T
Definition: attribute.hpp:104
Definition: escape_sequence.hpp:22
std::string string
Definition: junit5.hpp:26
Definition: parameter_assignment.hpp:35
const std::string value
Definition: parameter_assignment.hpp:44
const std::string parameterRef
Definition: parameter_assignment.hpp:43
ParameterAssignment(const pugi::xml_node &node, Scope &scope)
Definition: parameter_assignment.hpp:36