15 #ifndef OPENSCENARIO_INTERPRETER__SYNTAX__WETNESS_HPP_
16 #define OPENSCENARIO_INTERPRETER__SYNTAX__WETNESS_HPP_
22 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: wetness.hpp:45
enum openscenario_interpreter::syntax::Wetness::value_type value
constexpr Wetness(value_type value)
Definition: wetness.hpp:56
value_type
Definition: wetness.hpp:46
@ lowFlooded
Definition: wetness.hpp:50
@ moist
Definition: wetness.hpp:48
@ highFlooded
Definition: wetness.hpp:51
@ dry
Definition: wetness.hpp:47
@ wetWithPuddles
Definition: wetness.hpp:49