template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 380 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/cpp/fidl/fidl.clientsuite/cpp/wire_types.h

Public Methods

::fidl_clientsuite::wire::TablePayload Build ()

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

bool has_some_field ()
void clear_some_field ()

Clears the some_field field.

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

O(number_of_fields) complexity.

int32_t & some_field ()

Getter for some_field.

BuilderImpl & some_field (int32_t elem)

Setter for some_field.

Protected Methods

void WireTableBaseBuilder< ::fidl_clientsuite::wire::TablePayload, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fidl_clientsuite::wire::TablePayload>> && frame)

Records