template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 2466 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::CompositeParent Build ()

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

bool has_composite ()
void clear_composite ()

Clears the composite field.

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

O(number_of_fields) complexity.

::fuchsia_driver_framework::wire::CompositeInfo & composite ()

Information about the composite that this is a parent of.

BuilderImpl & composite (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_driver_framework::wire::CompositeInfo>> elem)

Information about the composite that this is a parent of.

bool has_index ()
void clear_index ()

Clears the index field.

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

O(number_of_fields) complexity.

uint32_t & index ()

The index of this parent in the spec's parents.

BuilderImpl & index (uint32_t elem)

The index of this parent in the spec's parents.

Protected Methods

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

Records