template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 425 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::FilledRect Build ()

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

bool has_color ()
void clear_color ()

Clears the color 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::Color & color ()

The color of the rectangle's fill.

BuilderImpl & color (::fuchsia_ui_test_conformance::wire::Color elem)

The color of the rectangle's fill.

bool has_bounds ()
void clear_bounds ()

Clears the bounds 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::ContentBounds & bounds ()

The rectangle's bounds, defined in the parent view's coordinate space.

BuilderImpl & bounds (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_ui_test_conformance::wire::ContentBounds>> elem)

The rectangle's bounds, defined in the parent view's coordinate space.

Protected Methods

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

Records