Intrusive circular doubly-linked list types. More...
Data Structures | |
| struct | lib::list_head |
| Intrusive circular doubly-linked list. More... | |
| struct | lib::list_iterator |
Bidirectional iterator over raw list_node pointers. More... | |
| struct | lib::list_node |
| Embeddable anchor for an intrusive doubly-linked list. More... | |
| struct | lib::typed_list_iterator< Owner, member > |
Typed bidirectional iterator that yields Owner& directly. More... | |
| struct | lib::list_head::typed_range< Owner, member > |
Typed range that yields Owner& for range-for. More... | |
Intrusive circular doubly-linked list types.
SPDX-License-Identifier: Apache 2.0