template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 177 of file fidling/gen/sdk/fidl/fuchsia.hardware.block.verified/fuchsia.hardware.block.verified/cpp/fidl/fuchsia.hardware.block.verified/cpp/wire_types.h
Public Methods
::fuchsia_hardware_block_verified::wire::Config Build ()
Build and return the table. The builder should not be used after this.
bool has_hash_function ()
void clear_hash_function ()
Clears the hash_function field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_hardware_block_verified::wire::HashFunction & hash_function ()
Which hash function to use throughout the Merkle tree and when generating
a Seal over the superblock.
BuilderImpl & hash_function (::fuchsia_hardware_block_verified::wire::HashFunction elem)
Which hash function to use throughout the Merkle tree and when generating
a Seal over the superblock.
bool has_block_size ()
void clear_block_size ()
Clears the block_size field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_hardware_block_verified::wire::BlockSize & block_size ()
Size of each block in the Merkle tree.
BuilderImpl & block_size (::fuchsia_hardware_block_verified::wire::BlockSize elem)
Size of each block in the Merkle tree.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_hardware_block_verified::wire::Config, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_block_verified::wire::Config>> && frame)