AUI Framework
develop
Cross-platform base for C++ UI apps
|
Implements universally unique identifier (UUID)
#include <AUI/Common/AUuid.h>
AUuid::AUuid | ( | const AString & | s | ) |
Construct UUID value from string. Supported the following formats:
8-4-4-4-12
(123e4567-e89b-12d3-a456-426655440000
) 32
(123e4567e89b12d3a456426655440000
) s | string representing UUID |
> All members, including inherited
Converts a string to UUID. If the string is a valid UUID it is converted to the matching AUuid value else a new UUID generated from the string contents.
string |
|
nodiscard |
|
nodiscard |
Contents