SuperTinyKernel™ RTOS 1.06.x
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
Loading...
Searching...
No Matches
stk::util Namespace Reference

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...

Detailed Description

Internal utility namespace containing data structure helpers (linked lists, etc.) used by the kernel implementation. Not part of the public user API.