template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 326 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/cpp/fidl/fuchsia.gpu.magma/cpp/wire_types.h

Public Methods

::fuchsia_gpu_magma::wire::IcdInfo Build ()

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

bool has_component_url ()
void clear_component_url ()

Clears the component_url field.

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

O(number_of_fields) complexity.

::fidl::StringView & component_url ()

URL of the component implementation that provides the ICD.

BuilderImpl & component_url (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)

URL of the component implementation that provides the ICD.

bool has_flags ()
void clear_flags ()

Clears the flags field.

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

O(number_of_fields) complexity.

::fuchsia_gpu_magma::wire::IcdFlags & flags ()

Flags describing the basic capabilities of the ICD, including what APIs it supports.

BuilderImpl & flags (::fuchsia_gpu_magma::wire::IcdFlags elem)

Flags describing the basic capabilities of the ICD, including what APIs it supports.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_gpu_magma::wire::IcdInfo, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_gpu_magma::wire::IcdInfo>> && frame)

Records