_List Struct Reference
Head of a doubly-linked list ofNode structs.
More...
#include <list.h>
Detailed Description
Head of a doubly-linked list ofNode structs.
Lists must be initialized with LIST_INIT() prior to use.
Nodes can be added and removed from either end of the list with O(1) performance. Iterating over these lists can be tricky: use the FOREACH_NODE() macro instead.
Definition at line 68 of file list.h.
The documentation for this struct was generated from the following file:
