template <>

class WireTableBuilder

Defined at line 9836 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::Dictionary> & name (First && first, Args &&... args_)

(Required) The name of this dictionary.

Must be unique among built-in capabilities.

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

(Optional) Source of the contents used to initialize the dictionary.

Must be `parent`, `self`, or `child`.

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

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::Dictionary> & source_dictionary (First && first, Args &&... args_)

(Optional) Path in a dictionary provided by `ref` which contains the contents

that will be used to initialize the dictionary.

This must be set iff `source` is set.

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

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::Dictionary> & source_path (First && first, Args &&... args_)

(Optional) Path in the component's outgoing directory to a

[fuchsia.component.sandbox/DictionaryRouter] that returns a

[fuchsia.component.sandbox/DirectoryRef] for this dictionary.

If this is set, it means the dictionary is provided by the program directly, not component

manager. `source` and `source_dictionary` must be `null` if this is set.

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

Friends

template <>
class Dictionary