template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 9962 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/wire_types.h

Public Methods

::fuchsia_audio_mixer::wire::SyntheticClockRealmCreateClockResponse Build ()

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

bool has_handle ()
void clear_handle ()

Clears the handle field.

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

O(number_of_fields) complexity.

::zx::clock & handle ()

A handle for this synthetic clock. This handle may be passed to our

parent [`Graph`] wherever a `zx.Handle:CLOCK` is needed. The

[`Graph`] will recognized this handle until [`ForgetClock`] is

called.

This handle has rights `ZX_RIGHT_DUPLICATE | ZX_RIGHT_TRANSFER`.

It does not have `ZX_RIGHT_READ` or `ZX_RIGHT_WRITE` and cannot

be read or updated directly. The clock's value is meaningless. To

read the clock, use the `control`, below.

BuilderImpl & handle (::zx::clock elem)

A handle for this synthetic clock. This handle may be passed to our

parent [`Graph`] wherever a `zx.Handle:CLOCK` is needed. The

[`Graph`] will recognized this handle until [`ForgetClock`] is

called.

This handle has rights `ZX_RIGHT_DUPLICATE | ZX_RIGHT_TRANSFER`.

It does not have `ZX_RIGHT_READ` or `ZX_RIGHT_WRITE` and cannot

be read or updated directly. The clock's value is meaningless. To

read the clock, use the `control`, below.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_audio_mixer::wire::SyntheticClockRealmCreateClockResponse, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_audio_mixer::wire::SyntheticClockRealmCreateClockResponse>> && frame)

Records