template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 942 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/wire_types.h
Public Methods
::fuchsia_accessibility_semantics::wire::TableRowAttributes Build ()
Build and return the table. The builder should not be used after this.
bool has_row_index ()
void clear_row_index ()
Clears the row_index field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint32_t & row_index ()
Table row index.
BuilderImpl & row_index (uint32_t elem)
Table row index.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_accessibility_semantics::wire::TableRowAttributes, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_accessibility_semantics::wire::TableRowAttributes>> && frame)