template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 543 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h

Public Methods

::fuchsia_io::wire::UnlinkOptions Build ()

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

bool has_flags ()
void clear_flags ()

Clears the flags field.

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

O(number_of_fields) complexity.

::fuchsia_io::wire::UnlinkFlags & flags ()

Getter for flags.

BuilderImpl & flags (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_io::wire::UnlinkFlags>> elem)

Setter for flags.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_io::wire::UnlinkOptions, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_io::wire::UnlinkOptions>> && frame)

Records