template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 1593 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/cpp/fidl/test.types/cpp/wire_types.h

Public Methods

::test_types::wire::TestHandleTableNonInlinableField Build ()

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

bool has_hs ()
void clear_hs ()

Clears the hs field.

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

O(number_of_fields) complexity.

::test_types::wire::NonInlinableHandleStruct & hs ()

Getter for hs.

BuilderImpl & hs (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::test_types::wire::NonInlinableHandleStruct>> elem)

Setter for hs.

Protected Methods

void WireTableBaseBuilder< ::test_types::wire::TestHandleTableNonInlinableField, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::test_types::wire::TestHandleTableNonInlinableField>> && frame)

Records