template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 631 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::DriverHostLoadDriverResponse Build ()
Build and return the table. The builder should not be used after this.
bool has_dynamic_linking_abi ()
void clear_dynamic_linking_abi ()
Clears the dynamic_linking_abi field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & dynamic_linking_abi ()
The dynamic linking passive ABI for the loaded modules.
BuilderImpl & dynamic_linking_abi (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
The dynamic linking passive ABI for the loaded modules.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_driver_loader::wire::DriverHostLoadDriverResponse, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_driver_loader::wire::DriverHostLoadDriverResponse>> && frame)