template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 2294 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::TestNodeAddArgs Build ()

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

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 ()

Name of the node.

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

Name of the node.

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::NodeProperty> & properties ()

Properties of the node.

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

Properties of the node.

Protected Methods

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

Records