template <typename BuilderImpl>

class WireTableBaseBuilder

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

Public Methods

::llcpptest_flexible_test::wire::FlexibleTable Build ()

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

bool has_want_more_than_30_bytes_at_ordinal_3 ()
void clear_want_more_than_30_bytes_at_ordinal_3 ()

Clears the want_more_than_30_bytes_at_ordinal_3 field.

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

O(number_of_fields) complexity.

::fidl::Array<uint8_t, 30> & want_more_than_30_bytes_at_ordinal_3 ()

Getter for want_more_than_30_bytes_at_ordinal_3.

BuilderImpl & want_more_than_30_bytes_at_ordinal_3 (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::Array<uint8_t, 30>>> elem)

Setter for want_more_than_30_bytes_at_ordinal_3.

bool has_want_more_than_4_handles_at_ordinal_4 ()
void clear_want_more_than_4_handles_at_ordinal_4 ()

Clears the want_more_than_4_handles_at_ordinal_4 field.

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

O(number_of_fields) complexity.

::fidl::Array< ::zx::handle, 4> & want_more_than_4_handles_at_ordinal_4 ()

Getter for want_more_than_4_handles_at_ordinal_4.

BuilderImpl & want_more_than_4_handles_at_ordinal_4 (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::Array< ::zx::handle, 4>>> elem)

Setter for want_more_than_4_handles_at_ordinal_4.

Protected Methods

void WireTableBaseBuilder< ::llcpptest_flexible_test::wire::FlexibleTable, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::llcpptest_flexible_test::wire::FlexibleTable>> && frame)

Records