template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 166 of file fidling/gen/sdk/lib/fidl/cpp/tests/integration/fidl.cpp.wire.interop.test/cpp/fidl/fidl.cpp.wire.interop.test/cpp/wire_types.h

Public Methods

::fidl_cpp_wire_interop_test::wire::Node 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 ()

Getter for name.

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

Setter for name.

bool has_kind ()
void clear_kind ()

Clears the kind field.

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

O(number_of_fields) complexity.

::fidl_cpp_wire_interop_test::wire::Kind & kind ()

Getter for kind.

BuilderImpl & kind (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl_cpp_wire_interop_test::wire::Kind>> elem)

Setter for kind.

Protected Methods

void WireTableBaseBuilder< ::fidl_cpp_wire_interop_test::wire::Node, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fidl_cpp_wire_interop_test::wire::Node>> && frame)

Records