template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 383 of file fidling/gen/sdk/fidl/fuchsia.driver.loader/fuchsia.driver.loader/cpp/fidl/fuchsia.driver.loader/cpp/wire_types.h

Public Methods

::fuchsia_driver_loader::wire::DriverHostLoadDriverRequest Build ()

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

bool has_driver_soname ()
void clear_driver_soname ()

Clears the driver_soname field.

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

O(number_of_fields) complexity.

::fidl::StringView & driver_soname ()

Soname of the driver.

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

Soname of the driver.

bool has_driver_binary ()
void clear_driver_binary ()

Clears the driver_binary field.

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

O(number_of_fields) complexity.

::zx::vmo & driver_binary ()

Binary to load.

BuilderImpl & driver_binary (::zx::vmo elem)

Binary to load.

bool has_driver_libs ()
void clear_driver_libs ()

Clears the driver_libs field.

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

O(number_of_fields) complexity.

::fidl::ClientEnd< ::fuchsia_io::Directory> & driver_libs ()

Library dependencies of the driver.

BuilderImpl & driver_libs (::fidl::ClientEnd< ::fuchsia_io::Directory> elem)

Library dependencies of the driver.

bool has_additional_root_modules ()
void clear_additional_root_modules ()

Clears the additional_root_modules field.

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

O(number_of_fields) complexity.

::fidl::VectorView< ::fuchsia_driver_loader::wire::RootModule> & additional_root_modules ()

Additional root modules to be loaded, such as the

DFv1 driver module when running in DFv2 compatibility mode.

BuilderImpl & additional_root_modules (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_driver_loader::wire::RootModule>>> elem)

Additional root modules to be loaded, such as the

DFv1 driver module when running in DFv2 compatibility mode.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_driver_loader::wire::DriverHostLoadDriverRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_driver_loader::wire::DriverHostLoadDriverRequest>> && frame)

Records