class TableRowAttributes

Defined at line 887 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/hlcpp/fuchsia/accessibility/semantics/cpp/fidl.h

Attributes that control how a table row node is interpreted.

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const uint32_t & row_index ()

Table row index.

Defined at line 894 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/hlcpp/fuchsia/accessibility/semantics/cpp/fidl.h

bool has_row_index ()

Defined at line 898 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/hlcpp/fuchsia/accessibility/semantics/cpp/fidl.h

uint32_t * mutable_row_index ()

Table row index.

Defined at line 903 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/hlcpp/fuchsia/accessibility/semantics/cpp/fidl.h

void clear_row_index ()

Defined at line 911 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/hlcpp/fuchsia/accessibility/semantics/cpp/fidl.h

TableRowAttributes & set_row_index (uint32_t _value)
void TableRowAttributes ()
void TableRowAttributes (TableRowAttributes && other)
void ~TableRowAttributes ()
TableRowAttributes & operator= (TableRowAttributes && other)
::std::unique_ptr<TableRowAttributes> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, TableRowAttributes * _value, size_t _offset)
zx_status_t Clone (TableRowAttributes * _result)