class EventStream

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

An event_stream capability

Public Methods

void EventStream ()

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

void EventStream (const EventStream & other)

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

void EventStream (EventStream && other)

Defined at line 2246 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/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_test::wire::EventStream> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_component_test::wire::EventStream> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_test::wire::EventStream>> frame)

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

::fidl::StringView & name ()

The name of the capability.

bool has_name ()
::fidl::StringView & as ()

A rename of the capability, which can be set when routing to another

bool has_as ()
::fidl::StringView & path ()

Sets the path in which the event_stream is installed.

bool has_path ()
::fuchsia_data::wire::Dictionary & filter ()

A filter to apply on the event.

bool has_filter ()
::fidl::VectorView< ::fuchsia_component_decl::wire::Ref> & scope ()

A list of objects underneath this component to downscope the event to.

Example: #my_child_component, #my_child_collection.

bool has_scope ()
EventStream & operator= (const EventStream & other)

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

EventStream & operator= (EventStream && other)

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

EventStream & set_name (::fidl::ObjectView< ::fidl::StringView> elem)
EventStream & set_name (std::nullptr_t )
EventStream & clear_name ()
EventStream & set_as (::fidl::ObjectView< ::fidl::StringView> elem)
EventStream & set_as (std::nullptr_t )
EventStream & clear_as ()
EventStream & set_path (::fidl::ObjectView< ::fidl::StringView> elem)
EventStream & set_path (std::nullptr_t )
EventStream & clear_path ()
EventStream & set_filter (::fidl::ObjectView< ::fuchsia_data::wire::Dictionary> elem)
EventStream & set_filter (std::nullptr_t )
EventStream & clear_filter ()
EventStream & set_scope (::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_component_decl::wire::Ref>> elem)
EventStream & set_scope (std::nullptr_t )
EventStream & clear_scope ()
void EventStream (::fidl::AnyArena & allocator)
void EventStream (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_test::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_test::wire::EventStream>> && frame_ptr)
void ~EventStream ()

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

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder