Classes
The classes, structs, union and interfaces used by this project are:
| C double_list<T, L> | A class template for a doubly linked list of nodes |
| C intrusive_list<T, N, MP, L, U> | A class template for a list of nodes which store the links inside themselves as intrusive nodes |
| C double_list_iterator<T, N, U> | A class template for a doubly linked list forward iterator |
| C double_list_links_base | A base class for a doubly linked list node |
| C double_list_links | A class for the core of a doubly linked list (pointers to neighbours) |
| C static_double_list_links | A class for the core of a statically allocated doubly linked list (pointers to neighbours) |
| C intrusive_list_iterator<T, N, MP, U> | A class template for the intrusive list iterator |
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.14.0.