template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 6807 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::CustomNodeProperties Build ()

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

bool has_source_ids ()
void clear_source_ids ()

Clears the source_ids field.

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

O(number_of_fields) complexity.

::fidl::VectorView<uint64_t> & source_ids ()

IDs for each source node. See comments at [`Graph.CreateCustom`].

Required.

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

IDs for each source node. See comments at [`Graph.CreateCustom`].

Required.

bool has_dest_ids ()
void clear_dest_ids ()

Clears the dest_ids field.

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

O(number_of_fields) complexity.

::fidl::VectorView<uint64_t> & dest_ids ()

IDs for each destination node. See comments at [`Graph.CreateCustom`].

Required.

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

IDs for each destination node. See comments at [`Graph.CreateCustom`].

Required.

Protected Methods

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

Records