![]() |
utils-lists 4.0.2
The µOS++ Intrusive Lists
|
The µOS++ intrusive doubly linked lists classes. More...
Classes | |
class | micro_os_plus::utils::intrusive_list< T, N, MP, L, U > |
A class template for a list of nodes which store the links inside themselves as intrusive nodes. More... | |
class | micro_os_plus::utils::intrusive_list_iterator< T, N, MP, U > |
A class template for the intrusive list iterator. More... | |
The µOS++ intrusive doubly linked lists classes.
Intrusive lists are doubly linked lists that keep the two pointers inside each linked object.
The intrusive lists can be defined by instantiating the micro_os_plus::utils::intrusive_list
class template.