class EventSubscription
Defined at line 3485 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 3487 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 3488 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 3489 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 3490 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 3491 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 3493 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