template <>

class WireTableBuilder

Defined at line 1429 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::ConfigValueSpec>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<::fuchsia_component_decl::wire::ConfigValueSpec>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_component_decl::wire::ConfigValuesData> & values (First && first, Args &&... args_)

The concrete values for the component's configuration.

Defined at line 1442 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::ConfigValuesData> & checksum (First && first, Args &&... args_)

A SHA-256 checksum of the configuration schema. Must match the checksum in the component

manifest and config parser library used to resolve the final configuration.

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

Friends

template <>
class ConfigValuesData