|
Blender V4.3
|
#include <DNA_session_uid_types.h>
Public Attributes | |
| uint64_t | uid_ |
Is a structure because of the following considerations:
makesdna does not recognize them.Definition at line 20 of file DNA_session_uid_types.h.
| uint64_t SessionUID::uid_ |
Never access directly, as it might cause a headache when more bits are needed: if the field is used directly it will not be easy to find all places where partial access is used.
Definition at line 25 of file DNA_session_uid_types.h.
Referenced by BLI_session_uid_generate(), BLI_session_uid_ghash_hash(), BLI_session_uid_hash_uint64(), and BLI_session_uid_is_equal().