template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 879 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::Bti Build ()

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

bool has_iommu_id ()
void clear_iommu_id ()

Clears the iommu_id field.

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

O(number_of_fields) complexity.

uint32_t & iommu_id ()

Getter for iommu_id.

BuilderImpl & iommu_id (uint32_t elem)

Setter for iommu_id.

bool has_bti_id ()
void clear_bti_id ()

Clears the bti_id field.

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

O(number_of_fields) complexity.

uint32_t & bti_id ()

Getter for bti_id.

BuilderImpl & bti_id (uint32_t elem)

Setter for bti_id.

bool has_name ()
void clear_name ()

Clears the name field.

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

O(number_of_fields) complexity.

::fidl::StringView & name ()

Name that can be used to retrieve the bti using

[`fuchsia.hardware.platform.device/GetBtiByName`].

It is valid for this to be empty, however the resource will only be able

to be retrieved using [`fuchsia.hardware.platform.device/GetBtiById`].

BuilderImpl & name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)

Name that can be used to retrieve the bti using

[`fuchsia.hardware.platform.device/GetBtiByName`].

It is valid for this to be empty, however the resource will only be able

to be retrieved using [`fuchsia.hardware.platform.device/GetBtiById`].

Protected Methods

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

Records