template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 717 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h

Public Methods

::fuchsia_io::wire::VerificationOptions Build ()

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

bool has_hash_algorithm ()
void clear_hash_algorithm ()

Clears the hash_algorithm field.

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

O(number_of_fields) complexity.

::fuchsia_io::wire::HashAlgorithm & hash_algorithm ()

Getter for hash_algorithm.

BuilderImpl & hash_algorithm (::fuchsia_io::wire::HashAlgorithm elem)

Setter for hash_algorithm.

bool has_salt ()
void clear_salt ()

Clears the salt field.

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

O(number_of_fields) complexity.

::fidl::VectorView<uint8_t> & salt ()

`salt` is prepended to each block before it is hashed.

BuilderImpl & salt (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView<uint8_t>>> elem)

`salt` is prepended to each block before it is hashed.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_io::wire::VerificationOptions, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_io::wire::VerificationOptions>> && frame)

Records