15 #ifndef OPENSCENARIO_INTERPRETER__SYNTAX__ASSIGN_ROUTE_ACTION_HPP_
16 #define OPENSCENARIO_INTERPRETER__SYNTAX__ASSIGN_ROUTE_ACTION_HPP_
20 #include <pugixml.hpp>
24 inline namespace syntax
46 static auto
run() ->
void;
Definition: scope.hpp:154
Definition: simulator_core.hpp:284
Definition: escape_sequence.hpp:22
Definition: assign_route_action.hpp:37
Object route
Definition: assign_route_action.hpp:38
static auto run() -> void
Definition: assign_route_action.cpp:51
auto start() -> void
Definition: assign_route_action.cpp:53
static auto accomplished() noexcept -> bool
Definition: assign_route_action.cpp:47
static auto endsImmediately() noexcept -> bool
Definition: assign_route_action.cpp:49
AssignRouteAction(const pugi::xml_node &, Scope &)
Definition: assign_route_action.cpp:27