utils-lists 4.0.0
µOS++ C++ intrusive lists utilities
|
▼Nmicro_os_plus | |
▼Nutils | µOS++ utility definitions |
Cdouble_list | A class template for a double linked list of nodes |
Cdouble_list_iterator | A class template for a double linked list forward iterator |
Cdouble_list_links | A class for the core of a double linked list (pointers to neighbours) |
Cdouble_list_links_base | A base class for a double linked list |
Cintrusive_list | A class template for a list of nodes which store the links inside themselves as intrusive nodes |
Cintrusive_list_iterator | A class template for an intrusive list iterator |
Cstatic_double_list_links | A class for the core of a statically allocated double linked list (pointers to neighbours) |