template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1117 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::TableCellAttributes 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 ()
Row-index of this cell.
BuilderImpl & row_index (uint32_t elem)
Row-index of this cell.
bool has_column_index ()
void clear_column_index ()
Clears the column_index field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint32_t & column_index ()
Column-index of this cell.
BuilderImpl & column_index (uint32_t elem)
Column-index of this cell.
bool has_row_span ()
void clear_row_span ()
Clears the row_span field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint32_t & row_span ()
The number of rows this table cell spans.
BuilderImpl & row_span (uint32_t elem)
The number of rows this table cell spans.
bool has_column_span ()
void clear_column_span ()
Clears the column_span field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint32_t & column_span ()
The number of columns this table cell spans.
BuilderImpl & column_span (uint32_t elem)
The number of columns this table cell spans.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_accessibility_semantics::wire::TableCellAttributes, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_accessibility_semantics::wire::TableCellAttributes>> && frame)