#include <scope.hpp>
◆ Scope() [1/5]
openscenario_interpreter::Scope::Scope |
( |
| ) |
|
|
delete |
◆ Scope() [2/5]
openscenario_interpreter::Scope::Scope |
( |
const Scope & |
| ) |
|
|
default |
◆ Scope() [3/5]
openscenario_interpreter::Scope::Scope |
( |
Scope && |
| ) |
|
|
default |
◆ Scope() [4/5]
openscenario_interpreter::Scope::Scope |
( |
const OpenScenario * const |
open_scenario | ) |
|
|
explicit |
◆ Scope() [5/5]
openscenario_interpreter::Scope::Scope |
( |
const std::string & |
name, |
|
|
const Scope & |
outer |
|
) |
| |
|
explicit |
◆ dirname()
auto openscenario_interpreter::Scope::dirname |
( |
| ) |
const -> std::string |
◆ global() [1/2]
auto openscenario_interpreter::Scope::global |
( |
| ) |
-> ScenarioDefinition & |
◆ global() [2/2]
auto openscenario_interpreter::Scope::global |
( |
| ) |
const -> const ScenarioDefinition & |
◆ insert()
auto openscenario_interpreter::Scope::insert |
( |
const Name & |
identifier, |
|
|
const Object & |
object |
|
) |
| -> void |
◆ local() [1/2]
auto openscenario_interpreter::Scope::local |
( |
| ) |
const -> const Scope & |
|
noexcept |
◆ local() [2/2]
auto openscenario_interpreter::Scope::local |
( |
| ) |
-> Scope & |
|
noexcept |
◆ ref() [1/2]
template<typename... Ts>
auto openscenario_interpreter::Scope::ref |
( |
Ts &&... |
xs | ) |
const -> decltype(auto)
|
|
inline |
◆ ref() [2/2]
template<typename T , typename... Ts>
auto openscenario_interpreter::Scope::ref |
( |
Ts &&... |
xs | ) |
const -> decltype(auto)
|
|
inline |
◆ actors
std::list<Entity> openscenario_interpreter::Scope::actors |
◆ name
const std::string openscenario_interpreter::Scope::name |
◆ seed
double openscenario_interpreter::Scope::seed |
The documentation for this class was generated from the following files:
- openscenario/openscenario_interpreter/include/openscenario_interpreter/scope.hpp
- openscenario/openscenario_interpreter/src/scope.cpp