template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 4983 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/wire_types.h
Public Methods
::fuchsia_hardware_audio::wire::SupportedFormats Build ()
Build and return the table. The builder should not be used after this.
bool has_pcm_supported_formats ()
void clear_pcm_supported_formats ()
Clears the pcm_supported_formats field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_hardware_audio::wire::PcmSupportedFormats & pcm_supported_formats ()
Getter for pcm_supported_formats.
BuilderImpl & pcm_supported_formats (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_hardware_audio::wire::PcmSupportedFormats>> elem)
Setter for pcm_supported_formats.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_hardware_audio::wire::SupportedFormats, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_audio::wire::SupportedFormats>> && frame)