15 #ifndef OPENSCENARIO_INTERPRETER__SYNTAX__ENTITY_REF_HPP_
16 #define OPENSCENARIO_INTERPRETER__SYNTAX__ENTITY_REF_HPP_
23 inline namespace syntax
38 template <
typename Node,
typename Scope>
Definition: scope.hpp:154
auto readAttribute(const std::string &name, const Node &node, const Scope &scope) -> T
Definition: attribute.hpp:104
std::string String
Definition: string.hpp:24
Definition: escape_sequence.hpp:22
std::string string
Definition: junit5.hpp:26
Definition: entity_ref.hpp:35
EntityRef(const String &string)
Definition: entity_ref.hpp:36
EntityRef(const Node &node, Scope &scope)
Definition: entity_ref.hpp:39