template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 244 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::Identifier Build ()
Build and return the table. The builder should not be used after this.
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.
uint8_t & index ()
The Index value is used to identify a specific element in Descriptor, Flag, Attribute, etc.,
and is set within the range of 0 to 255 to select or distinguish a particular item from
multiple elements.
BuilderImpl & index (uint8_t elem)
The Index value is used to identify a specific element in Descriptor, Flag, Attribute, etc.,
and is set within the range of 0 to 255 to select or distinguish a particular item from
multiple elements.
bool has_selector ()
void clear_selector ()
Clears the selector field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint8_t & selector ()
The selector may be used to further identify a specific element of an attribute,
descriptor, or flag.
BuilderImpl & selector (uint8_t elem)
The selector may be used to further identify a specific element of an attribute,
descriptor, or flag.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_hardware_ufs::wire::Identifier, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_ufs::wire::Identifier>> && frame)