Blender  V3.3
Classes | Macros | Typedefs
#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_LEN   37
 

Typedefs

typedef struct bUUID bUUID
 Universally Unique Identifier according to RFC4122. More...
 

Macro Definition Documentation

◆ UUID_STRING_LEN

#define UUID_STRING_LEN   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 33 of file DNA_uuid_types.h.

Typedef Documentation

◆ bUUID

typedef struct bUUID bUUID

Universally Unique Identifier according to RFC4122.

Cannot be named simply UUID, because Windows already defines that type.