template <typename BuilderImpl>

class WireTableBaseBuilder

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

Public Methods

::llcpptest_handleraii_test::wire::HandleTable Build ()

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

bool has_h1 ()
void clear_h1 ()

Clears the h1 field.

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

O(number_of_fields) complexity.

::zx::event & h1 ()

Getter for h1.

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

Setter for h1.

bool has_h2 ()
void clear_h2 ()

Clears the h2 field.

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

O(number_of_fields) complexity.

::llcpptest_handleraii_test::wire::HandleStruct & h2 ()

Getter for h2.

BuilderImpl & h2 (::llcpptest_handleraii_test::wire::HandleStruct elem)

Setter for h2.

Protected Methods

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

Records