template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 416 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::SetAttributes Build ()

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

bool has_size ()
void clear_size ()

Clears the size field.

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

O(number_of_fields) complexity.

uint32_t & size ()

Size of the set.

BuilderImpl & size (uint32_t elem)

Size of the set.

bool has_index ()
void clear_index ()

Clears the index field.

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

O(number_of_fields) complexity.

uint32_t & index ()

Element index in the set, starting from one.

BuilderImpl & index (uint32_t elem)

Element index in the set, starting from one.

bool has_set_element_ids ()
void clear_set_element_ids ()

Clears the set_element_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> & set_element_ids ()

Node ids of other elements in this set.

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

Node ids of other elements in this set.

Protected Methods

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

Records