template <>
class WireTableBuilder
Defined at line 929 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::ResolvedInfo> & resolved_url (First && first, Args &&... args_)
The resolved URL of this instance.
Defined at line 942 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/wire_types.h
template <typename First = ::fuchsia_sys2::wire::ExecutionInfo, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_sys2::wire::ExecutionInfo>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_sys2::wire::ResolvedInfo> & execution_info (First && first, Args &&... args_)
Information about the execution state of a component instance.
If the component is not running, this field is not set.
Defined at line 956 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/wire_types.h
Friends
template <>
class ResolvedInfo