template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 1882 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::GraphDeleteEdgeRequest Build ()

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

bool has_dest_id ()
void clear_dest_id ()

Clears the dest_id field.

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

O(number_of_fields) complexity.

uint64_t & dest_id ()

ID of the destination node.

BuilderImpl & dest_id (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)

ID of the destination node.

bool has_source_id ()
void clear_source_id ()

Clears the source_id field.

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

O(number_of_fields) complexity.

uint64_t & source_id ()

ID of the source node.

BuilderImpl & source_id (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)

ID of the source node.

Protected Methods

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

Records