|
Blender V4.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.
| typedef struct Link Link |
Generic - all structs which are put into linked lists begin with this.
| typedef struct LinkData LinkData |
Simple subclass of Link. Use this when it is not worth defining a custom one.
| typedef struct ListBase ListBase |
The basic double linked-list structure.