template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 2350 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/wire_types.h

Public Methods

::fuchsia_hardware_audio::wire::AllocateVmosConfig Build ()

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

bool has_min_vmo_size ()
void clear_min_vmo_size ()

Clears the min_vmo_size field.

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

O(number_of_fields) complexity.

uint64_t & min_vmo_size ()

The minimum size required for each VMO, in bytes.

Required.

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

The minimum size required for each VMO, in bytes.

Required.

bool has_vmo_count ()
void clear_vmo_count ()

Clears the vmo_count field.

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

O(number_of_fields) complexity.

uint32_t & vmo_count ()

The number of VMOs to allocate.

Required.

BuilderImpl & vmo_count (uint32_t elem)

The number of VMOs to allocate.

Required.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_hardware_audio::wire::AllocateVmosConfig, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_audio::wire::AllocateVmosConfig>> && frame)

Records