template <typename BuilderImpl>

class WireTableBaseBuilder

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

Public Methods

::fuchsia_component::wire::CapabilityRequestedPayload 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_capability ()
void clear_capability ()

Clears the capability field.

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

O(number_of_fields) complexity.

::zx::channel & capability ()

A handle to the server end of the channel to host

capability.

BuilderImpl & capability (::zx::channel elem)

A handle to the server end of the channel to host

capability.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_component::wire::CapabilityRequestedPayload, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component::wire::CapabilityRequestedPayload>> && frame)

Records