#include <shape.hpp>
|
| | Shape (const pugi::xml_node &, Scope &) |
| |
| decltype(auto) | rebind (Ts &&... xs) |
| |
| decltype(auto) | binding () const |
| |
| auto | type () const -> const std::type_info & |
| |
| auto | is () const -> bool |
| |
| auto | is_also () const |
| |
| auto | as () const -> U & |
| |
| decltype(auto) | evaluate (Ts &&... xs) const |
| |
| decltype(auto) | accomplished (Ts &&... xs) const |
| |
| decltype(auto) | description (Ts &&... xs) const |
| |
◆ Shape()
| openscenario_interpreter::syntax::Shape::Shape |
( |
const pugi::xml_node & |
node, |
|
|
Scope & |
scope |
|
) |
| |
|
explicit |
The documentation for this struct was generated from the following files:
- openscenario/openscenario_interpreter/include/openscenario_interpreter/syntax/shape.hpp
- openscenario/openscenario_interpreter/src/syntax/shape.cpp