class EventStream
Defined at line 2502 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/wire_types.h
Declares an event_stream capability
This type cannot be used in `fuchsia.component.decl.Component`. It is only
used for the framework's built-in capabilities declared in
`internal.Config`.
Public Methods
void EventStream ()
Defined at line 2504 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/wire_types.h
void EventStream (const EventStream & other)
Defined at line 2505 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/wire_types.h
EventStream & operator= (const EventStream & other)
Defined at line 2506 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/wire_types.h
void EventStream (EventStream && other)
Defined at line 2507 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::EventStream> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_component_decl::wire::EventStream> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_decl::wire::EventStream>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
::fidl::StringView & name ()
(Required) The name of this event stream.
Must be unique among built-in capabilities.
bool has_name ()
EventStream & operator= (EventStream && other)
Defined at line 2508 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/wire_types.h
EventStream & set_name (::fidl::ObjectView< ::fidl::StringView> elem)
EventStream & set_name (std::nullptr_t )
EventStream & clear_name ()
void EventStream (::fidl::AnyArena & allocator)
void EventStream (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_decl::wire::EventStream>> && 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::EventStream>> && frame_ptr)
void ~EventStream ()
Defined at line 2510 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