scenario_simulator_v2 C++ API
Classes | Namespaces | Functions | Variables
boolean.hpp File Reference
#include <iostream>
#include <openscenario_interpreter/object.hpp>
Include dependency graph for boolean.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  openscenario_interpreter::syntax::Boolean
 

Namespaces

 openscenario_interpreter
 
 openscenario_interpreter::syntax
 

Functions

auto openscenario_interpreter::syntax::operator>> (std::istream &, Boolean &) -> std::istream &
 
auto openscenario_interpreter::syntax::operator<< (std::ostream &, const Boolean &) -> std::ostream &
 
auto openscenario_interpreter::syntax::asBoolean (bool) -> const Object &
 

Variables

const Object openscenario_interpreter::syntax::true_v = make<Boolean>(true)
 
const Object openscenario_interpreter::syntax::false_v = make<Boolean>(false)