template <typename BuilderImpl>

class WireTableBaseBuilder

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

Public Methods

::fuchsia_component_runtime::wire::RouteRequest Build ()

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

bool has_metadata ()
void clear_metadata ()

Clears the metadata field.

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

O(number_of_fields) complexity.

::zx::eventpair & metadata ()

Getter for metadata.

BuilderImpl & metadata (::zx::eventpair elem)

Setter for metadata.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_component_runtime::wire::RouteRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_runtime::wire::RouteRequest>> && frame)

Records