Blender
V3.3
|
Universally Unique Identifier according to RFC4122. More...
#include <DNA_uuid_types.h>
Public Attributes | |
uint32_t | time_low |
uint16_t | time_mid |
uint16_t | time_hi_and_version |
uint8_t | clock_seq_hi_and_reserved |
uint8_t | clock_seq_low |
uint8_t | node [6] |
Universally Unique Identifier according to RFC4122.
Cannot be named simply UUID
, because Windows already defines that type.
Definition at line 20 of file DNA_uuid_types.h.
uint8_t bUUID::clock_seq_hi_and_reserved |
Definition at line 24 of file DNA_uuid_types.h.
Referenced by BLI_uuid_format(), BLI_uuid_generate_random(), BLI_uuid_parse_string(), blender::operator<(), and blender::tests::TEST().
uint8_t bUUID::clock_seq_low |
Definition at line 25 of file DNA_uuid_types.h.
Referenced by BLI_uuid_format(), BLI_uuid_parse_string(), blender::operator<(), and blender::tests::TEST().
uint8_t bUUID::node[6] |
Definition at line 26 of file DNA_uuid_types.h.
Referenced by BLI_uuid_format(), BLI_uuid_parse_string(), blender::operator<(), and blender::tests::TEST().
uint16_t bUUID::time_hi_and_version |
Definition at line 23 of file DNA_uuid_types.h.
Referenced by BLI_uuid_format(), BLI_uuid_generate_random(), BLI_uuid_parse_string(), blender::operator<(), and blender::tests::TEST().
uint32_t bUUID::time_low |
Definition at line 21 of file DNA_uuid_types.h.
Referenced by BLI_uuid_format(), BLI_uuid_parse_string(), blender::operator<(), and blender::tests::TEST().
uint16_t bUUID::time_mid |
Definition at line 22 of file DNA_uuid_types.h.
Referenced by BLI_uuid_format(), BLI_uuid_parse_string(), blender::operator<(), and blender::tests::TEST().