class EventSubscription

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

Indicates the event name to subscribe to with a given event mode.

Public Methods

void EventSubscription ()

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

void EventSubscription (const EventSubscription & other)

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

EventSubscription & operator= (const EventSubscription & other)

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

void EventSubscription (EventSubscription && other)

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

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_component_decl::wire::EventSubscription> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_component_decl::wire::EventSubscription> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_decl::wire::EventSubscription>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

::fidl::StringView & event_name ()

(Required) The event names to subscribe to.

bool has_event_name ()
EventSubscription & operator= (EventSubscription && other)

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

EventSubscription & set_event_name (::fidl::ObjectView< ::fidl::StringView> elem)
EventSubscription & set_event_name (std::nullptr_t )
EventSubscription & clear_event_name ()
void EventSubscription (::fidl::AnyArena & allocator)
void EventSubscription (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_decl::wire::EventSubscription>> && frame)

This constructor allows a user controlled allocation (not using a Arena).

It should only be used when performance is key.

As soon as the frame is given to the table, it must not be used directly or for another table.

void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_decl::wire::EventSubscription>> && frame_ptr)
void ~EventSubscription ()

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

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder