Blender
V3.3
|
Single link-list utility macros. (header only api). More...
Go to the source code of this file.
Macros | |
#define | BLI_LINKS_PREPEND(list, link) |
#define | BLI_LINKS_APPEND(list, link) |
#define | BLI_LINKS_INSERT_AFTER(list, node, link) |
#define | BLI_LINKS_FREE(list) |
Single link-list utility macros. (header only api).
Use this api when the structure defines its own next
pointer and a double linked list such as ListBase isn't needed.
Definition in file BLI_link_utils.h.
#define BLI_LINKS_APPEND | ( | list, | |
link | |||
) |
Definition at line 22 of file BLI_link_utils.h.
#define BLI_LINKS_FREE | ( | list | ) |
#define BLI_LINKS_PREPEND | ( | list, | |
link | |||
) |
Definition at line 13 of file BLI_link_utils.h.