![]() |
Deluge Firmware 1.3.0
Build date: 2026.02.12
|

Public Member Functions | |
| void | addToEnd (BidirectionalLinkedListNode *node) |
| BidirectionalLinkedListNode * | getFirst () |
| BidirectionalLinkedListNode * | getNext (BidirectionalLinkedListNode *node) |
| void | test () |
| int32_t | getNum () |
| void | addToStart (BidirectionalLinkedListNode *node) |
Public Attributes | |
| BidirectionalLinkedListNode | endNode |
| BidirectionalLinkedListNode * | first |