template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 961 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/wire_types.h

Public Methods

::fuchsia_driver_framework::wire::CompositeDriverInfo Build ()

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

bool has_composite_name ()
void clear_composite_name ()

Clears the composite_name field.

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

O(number_of_fields) complexity.

::fidl::StringView & composite_name ()

The name of the composite as specified in the driver's composite bind rules.

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

The name of the composite as specified in the driver's composite bind rules.

bool has_driver_info ()
void clear_driver_info ()

Clears the driver_info field.

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

O(number_of_fields) complexity.

::fuchsia_driver_framework::wire::DriverInfo & driver_info ()

General information for the driver.

BuilderImpl & driver_info (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_driver_framework::wire::DriverInfo>> elem)

General information for the driver.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_driver_framework::wire::CompositeDriverInfo, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_driver_framework::wire::CompositeDriverInfo>> && frame)

Records