template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 5149 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::Format Build ()
Build and return the table. The builder should not be used after this.
bool has_pcm_format ()
void clear_pcm_format ()
Clears the pcm_format field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_hardware_audio::wire::PcmFormat & pcm_format ()
Getter for pcm_format.
BuilderImpl & pcm_format (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_hardware_audio::wire::PcmFormat>> elem)
Setter for pcm_format.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_hardware_audio::wire::Format, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_audio::wire::Format>> && frame)