class Event

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

An event capability

Public Methods

void Event ()

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

void Event (const Event & other)

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

void Event (Event && other)

Defined at line 1949 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::Event> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_component_test::wire::Event> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_test::wire::Event>> 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

component. This field is optional.

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

A filter to apply on the event.

bool has_filter ()
::fuchsia_component_decl::wire::Availability & availability ()

Optional. Cannot be set to `SameAsTarget` if `to` contains a local

component.

bool has_availability ()
Event & operator= (const Event & other)

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

Event & operator= (Event && other)

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

Event & set_name (::fidl::ObjectView< ::fidl::StringView> elem)
Event & set_name (std::nullptr_t )
Event & clear_name ()
Event & set_as (::fidl::ObjectView< ::fidl::StringView> elem)
Event & set_as (std::nullptr_t )
Event & clear_as ()
Event & set_filter (::fidl::ObjectView< ::fuchsia_data::wire::Dictionary> elem)
Event & set_filter (std::nullptr_t )
Event & clear_filter ()
Event & set_availability (::fuchsia_component_decl::wire::Availability elem)
Event & clear_availability ()
void Event (::fidl::AnyArena & allocator)
void Event (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_test::wire::Event>> && 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::Event>> && frame_ptr)
void ~Event ()

Defined at line 1952 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