template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 164 of file fidling/gen/sdk/fidl/fuchsia.net/fuchsia.net/cpp/fidl/fuchsia.net/cpp/wire_types.h

Public Methods

::fuchsia_net::wire::Marks Build ()

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

bool has_mark_1 ()
void clear_mark_1 ()

Clears the mark_1 field.

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

O(number_of_fields) complexity.

uint32_t & mark_1 ()

The mark in the `MARK_1` domain.

BuilderImpl & mark_1 (uint32_t elem)

The mark in the `MARK_1` domain.

bool has_mark_2 ()
void clear_mark_2 ()

Clears the mark_2 field.

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

O(number_of_fields) complexity.

uint32_t & mark_2 ()

The mark in the `MARK_2` domain.

BuilderImpl & mark_2 (uint32_t elem)

The mark in the `MARK_2` domain.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_net::wire::Marks, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_net::wire::Marks>> && frame)

Records