template <typename BuilderImpl>

class WireTableBaseBuilder

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

Public Methods

::fuchsia_driver_development::wire::CompositeNodeInfo Build ()

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

bool has_parent_topological_paths ()
void clear_parent_topological_paths ()

Clears the parent_topological_paths 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_topological_paths ()

The topological paths of the parent nodes of this composite, ordered by index.

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

The topological paths of the parent nodes of this composite, ordered by index.

bool has_topological_path ()
void clear_topological_path ()

Clears the topological_path field.

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

O(number_of_fields) complexity.

::fidl::StringView & topological_path ()

The topological path of the created composite node. Empty if not created.

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

The topological path of the created composite node. Empty if not created.

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_development::wire::CompositeInfo & composite ()

Getter for composite.

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

Setter for composite.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_driver_development::wire::CompositeNodeInfo, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_driver_development::wire::CompositeNodeInfo>> && frame)

Records