template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 673 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::Flag 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::FlagType & type ()
Flag identification values.
BuilderImpl & type (::fuchsia_hardware_ufs::wire::FlagType elem)
Flag 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 ()
The index value may be needed to identify a specific element of a flag,
and the selector may be used to further identify a specific element of a flag.
BuilderImpl & identifier (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_hardware_ufs::wire::Identifier>> elem)
The index value may be needed to identify a specific element of a flag,
and the selector may be used to further identify a specific element of a flag.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_hardware_ufs::wire::Flag, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_ufs::wire::Flag>> && frame)