template <>

class WireTableBuilder

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

Relative moniker identifying the component instance. Relative to the scope of the event.

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

URL used to resolve the component.

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

template <typename First = ::fidl::basic_time<ZX_CLOCK_BOOT>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::basic_time<ZX_CLOCK_BOOT>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_component::wire::EventHeader> & timestamp (First && first, Args &&... args_)

Boot time when the event occurred.

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

Friends

template <>
class EventHeader