template <typename BuilderImpl>

class WireTableBaseBuilder

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

Public Methods

::fuchsia_hardware_platform_device::wire::Mmio Build ()

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

bool has_offset ()
void clear_offset ()

Clears the offset field.

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

O(number_of_fields) complexity.

uint64_t & offset ()

Offset from beginning of VMO where the mmio region begins.

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

Offset from beginning of VMO where the mmio region begins.

bool has_size ()
void clear_size ()

Clears the size field.

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

O(number_of_fields) complexity.

uint64_t & size ()

Size of mmio region.

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

Size of mmio region.

bool has_vmo ()
void clear_vmo ()

Clears the vmo field.

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

O(number_of_fields) complexity.

::zx::vmo & vmo ()

The virtual memory object which should be mapped into the driver's address space.

BuilderImpl & vmo (::zx::vmo elem)

The virtual memory object which should be mapped into the driver's address space.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_hardware_platform_device::wire::Mmio, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_platform_device::wire::Mmio>> && frame)

Records