Blender  V3.3
Public Attributes | List of all members
bUUID Struct Reference

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]
 

Detailed Description

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.

Member Data Documentation

◆ clock_seq_hi_and_reserved

uint8_t bUUID::clock_seq_hi_and_reserved

◆ clock_seq_low

uint8_t bUUID::clock_seq_low

◆ node

uint8_t bUUID::node[6]

◆ time_hi_and_version

uint16_t bUUID::time_hi_and_version

◆ time_low

uint32_t bUUID::time_low

◆ time_mid

uint16_t bUUID::time_mid

The documentation for this struct was generated from the following file: