|
scenario_simulator_v2 C++ API
|
#include <value_set_distribution.hpp>


Public Member Functions | |
| ValueSetDistribution (const pugi::xml_node &, Scope &scope) | |
Public Member Functions inherited from openscenario_interpreter::Scope | |
| Scope ()=delete | |
| Scope (const Scope &)=default | |
| Scope (Scope &&)=default | |
| Scope (const OpenScenario *const) | |
| Scope (const std::string &, const Scope &) | |
| auto | dirname () const -> std::string |
| template<typename... Ts> | |
| auto | ref (Ts &&... xs) const -> decltype(auto) |
| template<typename T , typename... Ts> | |
| auto | ref (Ts &&... xs) const -> decltype(auto) |
| auto | global () const -> const ScenarioDefinition & |
| auto | global () -> ScenarioDefinition & |
| auto | local () const noexcept -> const Scope & |
| auto | local () noexcept -> Scope & |
| auto | insert (const Name &, const Object &) -> void |
Public Attributes | |
| const std::list< ParameterValueSet > | parameter_value_sets |
Public Attributes inherited from openscenario_interpreter::Scope | |
| const std::string | name |
| std::list< Entity > | actors |
| double | seed |
|
explicit |
| const std::list<ParameterValueSet> openscenario_interpreter::syntax::ValueSetDistribution::parameter_value_sets |