template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 446 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::Descriptor 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::DescriptorType & type ()
Descriptor identification values.
BuilderImpl & type (::fuchsia_hardware_ufs::wire::DescriptorType elem)
Descriptor 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 ()
Identifier for identifying or distinguishing specific elements.
The index value is used to identify a specific descriptor from multiple descriptors
(ranging from 0 to 255), and the selector field may be needed to further identify
a particular descriptor.
BuilderImpl & identifier (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_hardware_ufs::wire::Identifier>> elem)
Identifier for identifying or distinguishing specific elements.
The index value is used to identify a specific descriptor from multiple descriptors
(ranging from 0 to 255), and the selector field may be needed to further identify
a particular descriptor.
bool has_length ()
void clear_length ()
Clears the length field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint16_t & length ()
The number of bytes to read from or write to the Descriptor.
BuilderImpl & length (uint16_t elem)
The number of bytes to read from or write to the Descriptor.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_hardware_ufs::wire::Descriptor, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_ufs::wire::Descriptor>> && frame)