Blender
V3.3
|
These structs are the foundation for all linked lists in the library system. More...
Go to the source code of this file.
Classes | |
struct | Link |
struct | LinkData |
struct | ListBase |
Typedefs | |
typedef struct Link | Link |
typedef struct LinkData | LinkData |
typedef struct ListBase | ListBase |
These structs are the foundation for all linked lists in the library system.
Doubly-linked lists start from a ListBase and contain elements beginning with Link.
Definition in file DNA_listBase.h.
Simple subclass of Link. Use this when it is not worth defining a custom one.
Never change the size of this! dna_genfile.c detects pointer_size with it.