template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 133 of file fidling/gen/sdk/fidl/fuchsia.storage.ftl/fuchsia.storage.ftl/cpp/fidl/fuchsia.storage.ftl/cpp/wire_types.h

Public Methods

::fuchsia_storage_ftl::wire::ConfigurationOptions Build ()

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

bool has_use_new_wear_leveling ()
void clear_use_new_wear_leveling ()

Clears the use_new_wear_leveling field.

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

O(number_of_fields) complexity.

bool & use_new_wear_leveling ()

Use wear leveling that migrates long-lived data onto heavily worn blocks.

BuilderImpl & use_new_wear_leveling (bool elem)

Use wear leveling that migrates long-lived data onto heavily worn blocks.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_storage_ftl::wire::ConfigurationOptions, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_storage_ftl::wire::ConfigurationOptions>> && frame)

Records