![]() |
SuperTinyKernel™ RTOS 1.06.x
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
Internal utility namespace containing data structure helpers (linked lists, etc.) used by the kernel implementation. Not part of the public user API. More...
Classes | |
| class | DListHead |
| Intrusive doubly-linked list container. Manages a collection of DListEntry nodes embedded in host objects of type T. More... | |
| class | DListEntry |
| Intrusive doubly-linked list node. Embed this as a base class in any object (T) that needs to participate in a DListHead list. More... | |
| class | DListCast |
| Helper for casting list entries to concrete (parent) types. More... | |
Internal utility namespace containing data structure helpers (linked lists, etc.) used by the kernel implementation. Not part of the public user API.