class HandleBuffer

Defined at line 79 of file ../../src/firmware/gigaboot/cpp/utils.h

A wrapper type for the list of handles returned by LocateHandleBuffer() boot service. It owns

the memory backing the list and will free it upon destruction

Public Methods

void HandleBuffer (efi_handle * handles, size_t count)

Defined at line 81 of file ../../src/firmware/gigaboot/cpp/utils.h

void HandleBuffer (efi_handle * handles, size_t count)

Defined at line 81 of file ../../src/firmware/gigaboot/cpp/utils.h

std::span<efi_handle> AsSpan ()

Defined at line 82 of file ../../src/firmware/gigaboot/cpp/utils.h