template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 1369 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::Metadata Build ()

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

bool has_id ()
void clear_id ()

Clears the id field.

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

O(number_of_fields) complexity.

::fidl::StringView & id ()

Metadata identifier.

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

Metadata identifier.

bool has_data ()
void clear_data ()

Clears the data field.

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

O(number_of_fields) complexity.

::fidl::VectorView<uint8_t> & data ()

Metadata bytes.

BuilderImpl & data (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView<uint8_t>>> elem)

Metadata bytes.

Protected Methods

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

Records