template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 182 of file fidling/gen/src/lib/fidl/llcpp/tests/integration/llcpptest.protocol.test/cpp/fidl/llcpptest.protocol.test/cpp/wire_types.h

Public Methods

::llcpptest_protocol_test::wire::HandleTable Build ()

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

bool has_h ()
void clear_h ()

Clears the h field.

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

O(number_of_fields) complexity.

::zx::event & h ()

Getter for h.

BuilderImpl & h (::zx::event elem)

Setter for h.

Protected Methods

void WireTableBaseBuilder< ::llcpptest_protocol_test::wire::HandleTable, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::llcpptest_protocol_test::wire::HandleTable>> && frame)

Records