template <>
class WireTableBuilder
Defined at line 3659 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/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_decl::wire::Program> & runner (First && first, Args &&... args_)
The name of the runner to use to run the component. Must match a `RunnerRegistration` in the
component's environment. If this value is not supplied, the component must 'use' a runner.
If this value is supplied, the component may 'use' a runner, but it must be identical
(matching name, from environment).
Defined at line 3675 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/wire_types.h
template <typename First = ::fuchsia_data::wire::Dictionary, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_data::wire::Dictionary>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_component_decl::wire::Program> & info (First && first, Args &&... args_)
(Required) Information about the program to run when the component is
executed. The component manager provides the contents of this dictionary
to the runner when executing this program.
For instance, this might contain a path to the program's executable
image, or program arguments.
* The keys represent namespaced properties, delimited by ".".
* Properties may be nested in values, but only in the case of an object
vector.
Defined at line 3697 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/wire_types.h
Friends
template <>
class Program