template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 132 of file fidling/gen/sdk/fidl/fuchsia.ui.app/fuchsia.ui.app/cpp/fidl/fuchsia.ui.app/cpp/wire_types.h

Public Methods

::fuchsia_ui_app::wire::CreateView2Args Build ()

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

bool has_view_creation_token ()
void clear_view_creation_token ()

Clears the view_creation_token field.

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

O(number_of_fields) complexity.

::fuchsia_ui_views::wire::ViewCreationToken & view_creation_token ()

Non-optional. This token can be provided to Flatland to attach the client's child view

to the parent's viewport.

BuilderImpl & view_creation_token (::fuchsia_ui_views::wire::ViewCreationToken elem)

Non-optional. This token can be provided to Flatland to attach the client's child view

to the parent's viewport.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_ui_app::wire::CreateView2Args, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_ui_app::wire::CreateView2Args>> && frame)

Records