inlines Folder
Folder with C++ header files for the µOS++ Intrusive Lists implementations. More...
Files Index
| file | doubly-list-inlines.h |
|
C++ header file with the inline implementations for the doubly_list_iterator and doubly_list class templates. More... | |
| file | doubly-list-links-inlines.h |
|
C++ header file with the inline implementations for the doubly_list_links_base, doubly_list_links, and static_doubly_list_links classes. More... | |
| file | intrusive-list-inlines.h |
|
C++ header file with the inline implementations for the intrusive_list_iterator and intrusive_list class templates. More... | |
Description
Folder with C++ header files for the µOS++ Intrusive Lists implementations.
This folder provides the primary public header that defines the core functionality of the µOS++ Intrusive Lists library.
This folder gathers the inline implementation headers used by µOS++ Intrusive Lists. These headers define logic for doubly linked lists and intrusive lists.
By separating inline implementations from their corresponding declarations, this structure promotes modularity, clarity, and maintainability within the codebase. All inline definitions are designed to be lightweight and efficient, supporting both embedded and general C++ development.
The contents of this folder are intended solely for internal use within the library and should not be included directly by user code.
Generated via doxygen2docusaurus 2.2.2 by Doxygen 1.17.0.