15 #ifndef OPENSCENARIO_INTERPRETER__SYNTAX__COORDINATE_SYSTEM_HPP_
16 #define OPENSCENARIO_INTERPRETER__SYNTAX__COORDINATE_SYSTEM_HPP_
19 #include <type_traits>
23 inline namespace syntax
auto operator>>(std::istream &, Boolean &) -> std::istream &
Definition: boolean.cpp:52
auto operator<<(std::ostream &, const Boolean &) -> std::ostream &
Definition: boolean.cpp:46
Definition: escape_sequence.hpp:22
Definition: coordinate_system.hpp:50
value_type
Definition: coordinate_system.hpp:51
@ trajectory
Definition: coordinate_system.hpp:55
@ road
Definition: coordinate_system.hpp:54
@ entity
Definition: coordinate_system.hpp:52
@ lane
Definition: coordinate_system.hpp:53
constexpr CoordinateSystem(value_type value)
Definition: coordinate_system.hpp:60
enum openscenario_interpreter::syntax::CoordinateSystem::value_type value
CoordinateSystem()=default