template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 3690 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
Public Methods
::fuchsia_web::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 is provided to attach the client's Flatland view to the parent's
viewport.
BuilderImpl & view_creation_token (::fuchsia_ui_views::wire::ViewCreationToken elem)
Non-optional. This token is provided to attach the client's Flatland view to the parent's
viewport.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_web::wire::CreateView2Args, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_web::wire::CreateView2Args>> && frame)