template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 1187 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::CompositeDriverMatch Build ()

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

bool has_composite_driver ()
void clear_composite_driver ()

Clears the composite_driver field.

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

O(number_of_fields) complexity.

::fuchsia_driver_framework::wire::CompositeDriverInfo & composite_driver ()

Information for the composite driver that has matched.

BuilderImpl & composite_driver (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_driver_framework::wire::CompositeDriverInfo>> elem)

Information for the composite driver that has matched.

bool has_parent_names ()
void clear_parent_names ()

Clears the parent_names field.

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

O(number_of_fields) complexity.

::fidl::VectorView< ::fidl::StringView> & parent_names ()

A list of all the parent names, ordered by index.

These names come from the node definitions in the driver's composite bind rules.

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

A list of all the parent names, ordered by index.

These names come from the node definitions in the driver's composite bind rules.

bool has_primary_parent_index ()
void clear_primary_parent_index ()

Clears the primary_parent_index field.

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

O(number_of_fields) complexity.

uint32_t & primary_parent_index ()

The primary node index. Identified by the primary node in the driver's

composite bind rules.

BuilderImpl & primary_parent_index (uint32_t elem)

The primary node index. Identified by the primary node in the driver's

composite bind rules.

Protected Methods

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

Records