template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 670 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::TableAttributes Build ()

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

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.

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_number_of_rows ()
void clear_number_of_rows ()

Clears the number_of_rows field.

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

O(number_of_fields) complexity.

uint32_t & number_of_rows ()

Number of rows in this table.

BuilderImpl & number_of_rows (uint32_t elem)

Number of rows in this table.

bool has_number_of_columns ()
void clear_number_of_columns ()

Clears the number_of_columns field.

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

O(number_of_fields) complexity.

uint32_t & number_of_columns ()

Number of columns in this table.

BuilderImpl & number_of_columns (uint32_t elem)

Number of columns in this table.

bool has_column_header_ids ()
void clear_column_header_ids ()

Clears the column_header_ids field.

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

O(number_of_fields) complexity.

::fidl::VectorView<uint32_t> & column_header_ids ()

Node ids of the table's column headers.

BuilderImpl & column_header_ids (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView<uint32_t>>> elem)

Node ids of the table's column headers.

bool has_row_header_ids ()
void clear_row_header_ids ()

Clears the row_header_ids field.

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

O(number_of_fields) complexity.

::fidl::VectorView<uint32_t> & row_header_ids ()

Node ids of the table's row headers.

BuilderImpl & row_header_ids (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView<uint32_t>>> elem)

Node ids of the table's row headers.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_accessibility_semantics::wire::TableAttributes, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_accessibility_semantics::wire::TableAttributes>> && frame)

Records