template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 131 of file fidling/gen/src/lib/fidl/llcpp/tests/integration/llcpptest.dispatcher.handle.ownership.test/cpp/fidl/llcpptest.dispatcher.handle.ownership.test/cpp/wire_types.h
Public Methods
::llcpptest_dispatcher_handle_ownership_test::wire::Resource Build ()
Build and return the table. The builder should not be used after this.
bool has_handle ()
void clear_handle ()
Clears the handle field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::zx::eventpair & handle ()
Getter for handle.
BuilderImpl & handle (::zx::eventpair elem)
Setter for handle.
Protected Methods
void WireTableBaseBuilder< ::llcpptest_dispatcher_handle_ownership_test::wire::Resource, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::llcpptest_dispatcher_handle_ownership_test::wire::Resource>> && frame)