template <>

class WireTableBuilder

Defined at line 289 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/cpp/fidl/fuchsia.element/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_element::wire::Spec> & component_url (First && first, Args &&... args_)

The component URL of the element. Required.

Defined at line 301 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/cpp/fidl/fuchsia.element/cpp/wire_types.h

template <typename First = ::fidl::VectorView<::fuchsia_element::wire::Annotation>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<::fuchsia_element::wire::Annotation>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_element::wire::Spec> & annotations (First && first, Args &&... args_)

Initial annotations on the element. Required, but can be an empty vector. If the element

manager URL annotation is included (which is allowed, but not necessary), then it *must*

match `component_url`.

Defined at line 315 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/cpp/fidl/fuchsia.element/cpp/wire_types.h

Friends

template <>
class Spec