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:155
Definition: simulator_core.hpp:294
Definition: assign_route_action.hpp:37
Object route
Definition: assign_route_action.hpp:38
static auto run() -> void
Definition: assign_route_action.cpp:55
auto start() -> void
Definition: assign_route_action.cpp:57
static auto accomplished() noexcept -> bool
Definition: assign_route_action.cpp:51
static auto endsImmediately() noexcept -> bool
Definition: assign_route_action.cpp:53
AssignRouteAction(const pugi::xml_node &, Scope &)
Definition: assign_route_action.cpp:30