template <>

class WireTableBuilder

Defined at line 4093 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/wire_types.h

Public Methods

template <typename First = ::fidl::StringView, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::StringView>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_component_test::wire::ChildOptions> & environment (First && first, Args &&... args_)

Specify a custom environment for the child to run under.

Defined at line 4106 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/wire_types.h

template <typename First = ::fidl::VectorView<::fuchsia_component_decl::wire::ConfigOverride>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<::fuchsia_component_decl::wire::ConfigOverride>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_component_test::wire::ChildOptions> & config_overrides (First && first, Args &&... args_)

Structured Configuration overrides to be applied to the child.

Only keys declared by the child component as overridable by parent may

be provided. For information on overrides, see

[fuchsia.component.decl/ConfigOverride].

Defined at line 4122 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/wire_types.h

Friends

template <>
class ChildOptions