Doubly-linked list. More...
#include <RtosList.hpp>
Public Member Functions | |
| void | insertAtBeginning (RtosListIterable &iterable) |
| void | insertAtEnd (RtosListIterable &iterable) |
| void | insertSorted (RtosListIterable &iterable) |
| void | insertSorted (RtosListIterable &iterable, uint32_t current) |
| void | remove (RtosListIterable &iterable) |
| bool | isInside (RtosListIterable &iterable) |
| RtosListIterable * | getFirst () |
Friends | |
| class | Rtos |
| class | RtosTask |
Doubly-linked list.
Doubly-linked list implementation for task ordering.
Definition at line 20 of file RtosList.hpp.
1.8.3.1