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

#include <range.hpp>

Collaboration diagram for openscenario_interpreter::syntax::Range:
Collaboration graph
[legend]

Public Member Functions

 Range ()=default
 
 Range (const pugi::xml_node &, Scope &)
 

Public Attributes

const Double lower_limit = Double::infinity()
 
const Double upper_limit = -Double::infinity()
 

Constructor & Destructor Documentation

◆ Range() [1/2]

openscenario_interpreter::syntax::Range::Range ( )
default

◆ Range() [2/2]

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

Member Data Documentation

◆ lower_limit

const Double openscenario_interpreter::syntax::Range::lower_limit = Double::infinity()

◆ upper_limit

const Double openscenario_interpreter::syntax::Range::upper_limit = -Double::infinity()

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