template <typename BuilderImpl>

class WireTableBaseBuilder

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

Public Methods

::fuchsia_component_test::wire::EventStream Build ()

Build and return the table. The builder should not be used after this.

bool has_name ()
void clear_name ()

Clears the name field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fidl::StringView & name ()

The name of the capability.

BuilderImpl & name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)

The name of the capability.

bool has_as ()
void clear_as ()

Clears the as field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fidl::StringView & as ()

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

BuilderImpl & as (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)

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

bool has_path ()
void clear_path ()

Clears the path field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fidl::StringView & path ()

Sets the path in which the event_stream is installed.

BuilderImpl & path (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)

Sets the path in which the event_stream is installed.

bool has_filter ()
void clear_filter ()

Clears the filter field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

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

A filter to apply on the event.

BuilderImpl & filter (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_data::wire::Dictionary>> elem)

A filter to apply on the event.

bool has_scope ()
void clear_scope ()

Clears the scope field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::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.

BuilderImpl & scope (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_component_decl::wire::Ref>>> elem)

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

Example: #my_child_component, #my_child_collection.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_component_test::wire::EventStream, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_test::wire::EventStream>> && frame)

Records