template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 307 of file fidling/gen/src/lib/fidl/llcpp/tests/conformance/manual.conformance.large/cpp/fidl/manual.conformance.large/cpp/wire_types.h

Public Methods

::manual_conformance_large::wire::LargeTable Build ()

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

bool has_filler ()
void clear_filler ()

Clears the filler field.

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

O(number_of_fields) complexity.

::fidl::VectorView<uint8_t> & filler ()

Getter for filler.

BuilderImpl & filler (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView<uint8_t>>> elem)

Setter for filler.

bool has_overflow ()
void clear_overflow ()

Clears the overflow field.

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

O(number_of_fields) complexity.

::manual_conformance_large::wire::Overflow & overflow ()

Getter for overflow.

BuilderImpl & overflow (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::manual_conformance_large::wire::Overflow>> elem)

Setter for overflow.

Protected Methods

void WireTableBaseBuilder< ::manual_conformance_large::wire::LargeTable, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::manual_conformance_large::wire::LargeTable>> && frame)

Records