scenario_simulator_v2 C++ API
Classes | Namespaces | Functions
action.hpp File Reference
#include <nlohmann/json.hpp>
#include <openscenario_interpreter/syntax/global_action.hpp>
#include <openscenario_interpreter/syntax/private_action.hpp>
#include <openscenario_interpreter/syntax/storyboard_element.hpp>
#include <openscenario_interpreter/syntax/user_defined_action.hpp>
#include <pugixml.hpp>
Include dependency graph for action.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::Action
 

Namespaces

 openscenario_interpreter
 
 openscenario_interpreter::syntax
 

Functions

 openscenario_interpreter::syntax::DEFINE_LAZY_VISITOR (Action, CASE(GlobalAction), CASE(UserDefinedAction), CASE(PrivateAction),)