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

#include <route.hpp>

Inheritance diagram for openscenario_interpreter::syntax::Route:
Inheritance graph
[legend]
Collaboration diagram for openscenario_interpreter::syntax::Route:
Collaboration graph
[legend]

Public Member Functions

 Route (const pugi::xml_node &, Scope &)
 
 operator std::vector< NativeLanePosition > () const
 
- Public Member Functions inherited from openscenario_interpreter::Scope
 Scope ()=delete
 
 Scope (const Scope &)=default
 
 Scope (Scope &&)=default
 
 Scope (const OpenScenario *const)
 
 Scope (const std::string &, const Scope &)
 
auto dirname () const -> std::string
 
template<typename... Ts>
auto ref (Ts &&... xs) const -> decltype(auto)
 
template<typename T , typename... Ts>
auto ref (Ts &&... xs) const -> decltype(auto)
 
auto global () const -> const ScenarioDefinition &
 
auto global () -> ScenarioDefinition &
 
auto local () const noexcept -> const Scope &
 
auto local () noexcept -> Scope &
 
auto insert (const Name &, const Object &) -> void
 

Public Attributes

const Boolean closed
 
const ParameterDeclarations parameter_declarations
 
std::list< Waypointwaypoints
 
- Public Attributes inherited from openscenario_interpreter::Scope
const std::string name
 
std::list< EntityRefactors
 
double seed
 

Constructor & Destructor Documentation

◆ Route()

openscenario_interpreter::syntax::Route::Route ( const pugi::xml_node &  node,
Scope scope 
)
explicit

Member Function Documentation

◆ operator std::vector< NativeLanePosition >()

openscenario_interpreter::syntax::Route::operator std::vector< NativeLanePosition > ( ) const
explicit

Member Data Documentation

◆ closed

const Boolean openscenario_interpreter::syntax::Route::closed

◆ parameter_declarations

const ParameterDeclarations openscenario_interpreter::syntax::Route::parameter_declarations

◆ waypoints

std::list<Waypoint> openscenario_interpreter::syntax::Route::waypoints

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