class GuidProperties
Defined at line 30 of file ../../src/storage/gpt/include/gpt/guid.h
Public Methods
void GuidProperties (std::string_view name, uuid::Uuid type_guid, PartitionScheme scheme)
Defined at line 32 of file ../../src/storage/gpt/include/gpt/guid.h
std::string_view name ()
The GPT partition name.
Defined at line 36 of file ../../src/storage/gpt/include/gpt/guid.h
const uuid::Uuid & type_guid ()
The GPT partition type GUID.
Defined at line 39 of file ../../src/storage/gpt/include/gpt/guid.h
PartitionScheme scheme ()
Whether this entry belongs to the legacy or new partition scheme.
Defined at line 42 of file ../../src/storage/gpt/include/gpt/guid.h