template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 874 of file fidling/gen/sdk/fidl/fuchsia.hardware.ufs/fuchsia.hardware.ufs/cpp/fidl/fuchsia.hardware.ufs/cpp/wire_types.h

Public Methods

::fuchsia_hardware_ufs::wire::Attribute Build ()

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

bool has_type ()
void clear_type ()

Clears the type field.

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

O(number_of_fields) complexity.

::fuchsia_hardware_ufs::wire::AttributeType & type ()

Attribute identification values.

BuilderImpl & type (::fuchsia_hardware_ufs::wire::AttributeType elem)

Attribute identification values.

bool has_identifier ()
void clear_identifier ()

Clears the identifier field.

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

O(number_of_fields) complexity.

::fuchsia_hardware_ufs::wire::Identifier & identifier ()

Index identifies an element in an attribute array (0-255), or is 0 for single-element

attributes, and the selector is used if needed, otherwise set to 0.

BuilderImpl & identifier (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_hardware_ufs::wire::Identifier>> elem)

Index identifies an element in an attribute array (0-255), or is 0 for single-element

attributes, and the selector is used if needed, otherwise set to 0.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_hardware_ufs::wire::Attribute, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_ufs::wire::Attribute>> && frame)

Records