scenario_simulator_v2 C++ API
Classes | Namespaces | Typedefs | Functions
condition_group.hpp File Reference
#include <nlohmann/json.hpp>
#include <openscenario_interpreter/scope.hpp>
#include <openscenario_interpreter/syntax/condition.hpp>
#include <pugixml.hpp>
Include dependency graph for condition_group.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::ConditionGroup
 

Namespaces

 openscenario_interpreter
 
 openscenario_interpreter::syntax
 

Typedefs

template<typename T >
using openscenario_interpreter::syntax::isConditionGroup = typename std::is_same< typename std::decay< T >::type, ConditionGroup >
 

Functions

auto openscenario_interpreter::syntax::operator<< (nlohmann::json &, const ConditionGroup &) -> nlohmann::json &