template <>

class WireTableBuilder

Defined at line 1252 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/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_sys2::wire::Instance> & moniker (First && first, Args &&... args_)

The path to this instance relative to the scope root.

Defined at line 1265 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/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_sys2::wire::Instance> & url (First && first, Args &&... args_)

The URL of the component manifest for this instance.

Defined at line 1278 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/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_sys2::wire::Instance> & instance_id (First && first, Args &&... args_)

The stable identifier for this instance, if one exists.

Defined at line 1291 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/wire_types.h

template <typename First = ::fuchsia_sys2::wire::ResolvedInfo, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_sys2::wire::ResolvedInfo>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_sys2::wire::Instance> & resolved_info (First && first, Args &&... args_)

Information about the resolved state of a component instance.

If the component is not resolved, this field is not set.

Defined at line 1305 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/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_sys2::wire::Instance> & environment (First && first, Args &&... args_)

The component's environment name as defined by its parent.

Defined at line 1318 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/wire_types.h

Friends

template <>
class Instance