|
Blender V4.3
|
#include "DNA_defs.h"Go to the source code of this file.
Classes | |
| struct | bUUID |
| Universally Unique Identifier according to RFC4122. More... | |
Macros | |
| #define | UUID_STRING_SIZE 37 |
Typedefs | |
| typedef struct bUUID | bUUID |
| Universally Unique Identifier according to RFC4122. | |
| #define UUID_STRING_SIZE 37 |
Memory required for a string representation of a UUID according to RFC4122. This is 36 characters for the string + a trailing zero byte.
Definition at line 31 of file DNA_uuid_types.h.
Referenced by BLI_uuid_format().
| typedef struct bUUID bUUID |
Universally Unique Identifier according to RFC4122.
Cannot be named simply UUID, because Windows already defines that type.