template <>
class WireTableBuilder
Defined at line 822 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::VectorView<::fuchsia_component_decl::wire::ConfigField>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<::fuchsia_component_decl::wire::ConfigField>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_component_decl::wire::ConfigSchema> & fields (First && first, Args &&... args_)
(Required) Ordered fields of the component's configuration interface.
Defined at line 835 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_component_decl::wire::ConfigChecksum, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_component_decl::wire::ConfigChecksum>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_component_decl::wire::ConfigSchema> & checksum (First && first, Args &&... args_)
(Required) Checksum over the config declaration.
Defined at line 848 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_component_decl::wire::ConfigValueSource, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_component_decl::wire::ConfigValueSource>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_component_decl::wire::ConfigSchema> & value_source (First && first, Args &&... args_)
(Required) Strategy used to resolve config values.
Defined at line 861 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/wire_types.h
Friends
template <>
class ConfigSchema