|
Aegis
4.25.D505
|
UUID wrapper. More...
Defines | |
| #define | ORIGINAL_UUID "original-UUID" |
| #define | EDIT_ORIGIN_UUID "edit-origin-UUID" |
Functions | |
| string_ty * | universal_unique_identifier (void) |
| Returns a string containing a new UUID. | |
| bool | universal_unique_identifier_valid (string_ty *) |
| Check if the UUID passed as input is valid. | |
| bool | universal_unique_identifier_valid (const nstring &arg) |
| Check if the UUID passed as input is valid. | |
| bool | universal_unique_identifier_valid_partial (string_ty *) |
| Check if the UUID passed as input is valid, or a valid leading partial prefix. | |
| bool | universal_unique_identifier_valid_partial (const nstring &arg) |
| Check if the UUID passed as input is valid, or a valid leading partial prefix. | |
UUID wrapper.
| #define EDIT_ORIGIN_UUID "edit-origin-UUID" |
Definition at line 33 of file uuidentifier.h.
| #define ORIGINAL_UUID "original-UUID" |
Definition at line 32 of file uuidentifier.h.
| string_ty* universal_unique_identifier | ( | void | ) |
Returns a string containing a new UUID.
The universal_unique_identifier function is used to generate a universally unique identifier (UUID).
| bool universal_unique_identifier_valid | ( | string_ty * | ) |
Check if the UUID passed as input is valid.
| bool universal_unique_identifier_valid | ( | const nstring & | arg | ) |
Check if the UUID passed as input is valid.
Check if the UUID passed as input is valid, or a valid leading partial prefix.
| bool universal_unique_identifier_valid_partial | ( | const nstring & | arg | ) |
Check if the UUID passed as input is valid, or a valid leading partial prefix.
1.7.6.1