template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 615 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::EmbeddedViewProperties Build ()
Build and return the table. The builder should not be used after this.
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 embedded view'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 embedded view's bounds, defined in the parent view's coordinate
space.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_ui_test_conformance::wire::EmbeddedViewProperties, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_ui_test_conformance::wire::EmbeddedViewProperties>> && frame)