#include <common/nstring.h>
Go to the source code of this file.
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. |