template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 2874 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/cpp/fidl/fuchsia.component/cpp/wire_types.h

Public Methods

::fuchsia_component::wire::StorageStatus Build ()

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

bool has_total_size ()
void clear_total_size ()

Clears the total_size field.

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

O(number_of_fields) complexity.

uint64_t & total_size ()

Getter for total_size.

BuilderImpl & total_size (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)

Setter for total_size.

bool has_used_size ()
void clear_used_size ()

Clears the used_size field.

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

O(number_of_fields) complexity.

uint64_t & used_size ()

Getter for used_size.

BuilderImpl & used_size (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)

Setter for used_size.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_component::wire::StorageStatus, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component::wire::StorageStatus>> && frame)

Records