Expand description
Intrusive data structures and utils for foyer.
Modules§
- adapter
- Intrusive data structure adapter that locates between pointer and item.
- dlist
- An intrusive double linked list implementation.
Macros§
- container_
of - Unsafe macro to get a raw pointer to an outer object from a pointer to one of its fields.
- intrusive_
adapter - Macro to generate an implementation of
Adapterfor intrusive container and items.