template <typename BuilderImpl>

class WireTableBaseBuilder

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

Public Methods

::fuchsia_ui_composition::wire::FrameInfo Build ()

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

bool has_buffer_id ()
void clear_buffer_id ()

Clears the buffer_id field.

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

O(number_of_fields) complexity.

uint32_t & buffer_id ()

The index of the VMO where the requested frame has been rendered. Required.

BuilderImpl & buffer_id (uint32_t elem)

The index of the VMO where the requested frame has been rendered. Required.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_ui_composition::wire::FrameInfo, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_ui_composition::wire::FrameInfo>> && frame)

Records