template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 2810 of file fidling/gen/sdk/fidl/fuchsia.ui.test.conformance/fuchsia.ui.test.conformance/cpp/fidl/fuchsia.ui.test.conformance/cpp/wire_types.h

Public Methods

::fuchsia_ui_test_conformance::wire::PuppetFactoryCreateResponse Build ()

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

bool has_result ()
void clear_result ()

Clears the result field.

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

O(number_of_fields) complexity.

::fuchsia_ui_test_conformance::wire::Result & result ()

Getter for result.

BuilderImpl & result (::fuchsia_ui_test_conformance::wire::Result elem)

Setter for result.

bool has_view_ref ()
void clear_view_ref ()

Clears the view_ref field.

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

O(number_of_fields) complexity.

::fuchsia_ui_views::wire::ViewRef & view_ref ()

view_ref of the created view.

BuilderImpl & view_ref (::fuchsia_ui_views::wire::ViewRef elem)

view_ref of the created view.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_ui_test_conformance::wire::PuppetFactoryCreateResponse, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_ui_test_conformance::wire::PuppetFactoryCreateResponse>> && frame)

Records