template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 3383 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/wire_types.h

Public Methods

::fuchsia_test_manager::wire::DebugData 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 file. Must be unique per `DebugDataIterator`.

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

Name of the file. Must be unique per `DebugDataIterator`.

bool has_socket ()
void clear_socket ()

Clears the socket field.

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

O(number_of_fields) complexity.

::zx::socket & socket ()

Socket over which the file may be accessed.

BuilderImpl & socket (::zx::socket elem)

Socket over which the file may be accessed.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_test_manager::wire::DebugData, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_test_manager::wire::DebugData>> && frame)

Records