template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 1574 of file fidling/gen/sdk/fidl/fuchsia.hardware.platform.bus/fuchsia.hardware.platform.bus/cpp/fidl/fuchsia.hardware.platform.bus/cpp/wire_types.h

Public Methods

::fuchsia_hardware_platform_bus::wire::BootMetadata Build ()

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

bool has_zbi_type ()
void clear_zbi_type ()

Clears the zbi_type field.

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

O(number_of_fields) complexity.

uint32_t & zbi_type ()

Metadata type (matches `zbi_header_t.type` for bootloader metadata).

BuilderImpl & zbi_type (uint32_t elem)

Metadata type (matches `zbi_header_t.type` for bootloader metadata).

bool has_zbi_extra ()
void clear_zbi_extra ()

Clears the zbi_extra field.

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

O(number_of_fields) complexity.

uint32_t & zbi_extra ()

Matches `zbi_header_t.extra` for bootloader metadata.

Used in cases where bootloader provides multiple metadata records of the same type.

BuilderImpl & zbi_extra (uint32_t elem)

Matches `zbi_header_t.extra` for bootloader metadata.

Used in cases where bootloader provides multiple metadata records of the same type.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_hardware_platform_bus::wire::BootMetadata, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_platform_bus::wire::BootMetadata>> && frame)

Records