template <typename BuilderImpl>

class WireTableBaseBuilder

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

Public Methods

::fuchsia_driver_index::wire::MatchDriverArgs Build ()

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

bool has_properties ()
void clear_properties ()

Clears the properties field.

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

O(number_of_fields) complexity.

::fidl::VectorView< ::fuchsia_driver_framework::wire::NodeProperty2> & properties ()

Properties of the node to be matched.

BuilderImpl & properties (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_driver_framework::wire::NodeProperty2>>> elem)

Properties of the node to be matched.

bool has_name ()
void clear_name ()

Clears the name field.

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

O(number_of_fields) complexity.

::fidl::StringView & name ()

The name of the node to be matched. Used for debugging purposes.

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

The name of the node to be matched. Used for debugging purposes.

bool has_driver_url_suffix ()
void clear_driver_url_suffix ()

Clears the driver_url_suffix field.

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

O(number_of_fields) complexity.

::fidl::StringView & driver_url_suffix ()

Getter for driver_url_suffix.

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

Setter for driver_url_suffix.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_driver_index::wire::MatchDriverArgs, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_driver_index::wire::MatchDriverArgs>> && frame)

Records