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

#include <relative_lane_range.hpp>

Public Member Functions

 RelativeLaneRange (const pugi::xml_node &, Scope &)
 
auto evaluate (Integer::value_type value) const -> bool
 

Public Attributes

const std::optional< Integerfrom
 
const std::optional< Integerto
 

Constructor & Destructor Documentation

◆ RelativeLaneRange()

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

Member Function Documentation

◆ evaluate()

auto openscenario_interpreter::syntax::RelativeLaneRange::evaluate ( Integer::value_type  value) const -> bool

Member Data Documentation

◆ from

const std::optional<Integer> openscenario_interpreter::syntax::RelativeLaneRange::from

◆ to

const std::optional<Integer> openscenario_interpreter::syntax::RelativeLaneRange::to

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