template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 2568 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::VmoInfo Build ()
Build and return the table. The builder should not be used after this.
bool has_id ()
void clear_id ()
Clears the id field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & id ()
ID corresponding to the VMO.
Required.
BuilderImpl & id (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
ID corresponding to the VMO.
Required.
bool has_vmo ()
void clear_vmo ()
Clears the vmo field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::zx::vmo & vmo ()
Handle to the VMO.
Required.
BuilderImpl & vmo (::zx::vmo elem)
Handle to the VMO.
Required.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_hardware_audio::wire::VmoInfo, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_audio::wire::VmoInfo>> && frame)