scenario_simulator_v2 C++ API
Public Types | Public Member Functions | Public Attributes | List of all members
openscenario_interpreter::syntax::RoutingAlgorithm Struct Reference

#include <routing_algorithm.hpp>

Public Types

enum  value_type {
  undefined , assigned_route , fastest , least_intersections ,
  shortest
}
 

Public Member Functions

 RoutingAlgorithm ()=default
 
constexpr RoutingAlgorithm (value_type value)
 
constexpr operator value_type () const noexcept
 

Public Attributes

enum openscenario_interpreter::syntax::RoutingAlgorithm::value_type value
 

Member Enumeration Documentation

◆ value_type

Enumerator
undefined 
assigned_route 
fastest 
least_intersections 
shortest 

Constructor & Destructor Documentation

◆ RoutingAlgorithm() [1/2]

openscenario_interpreter::syntax::RoutingAlgorithm::RoutingAlgorithm ( )
default

◆ RoutingAlgorithm() [2/2]

constexpr openscenario_interpreter::syntax::RoutingAlgorithm::RoutingAlgorithm ( value_type  value)
inlineconstexpr

Member Function Documentation

◆ operator value_type()

constexpr openscenario_interpreter::syntax::RoutingAlgorithm::operator value_type ( ) const
inlineconstexprnoexcept

Member Data Documentation

◆ value

enum openscenario_interpreter::syntax::RoutingAlgorithm::value_type openscenario_interpreter::syntax::RoutingAlgorithm::value

The documentation for this struct was generated from the following file: