#include <LinkedLists.h>
Collaboration diagram for DoubleNode:
Data Fields | |
DoubleNode * | next |
DoubleNode * | prev |
This node points to both directions in a linked list. Because it starts with the next
pointer, it can be safely typecasted as a Node
.
Definition at line 65 of file LinkedLists.h.
|
Definition at line 67 of file LinkedLists.h. Referenced by FillPrev(), InvertDoubleList(), and SortedDoubleToBinaryWithSize(). |
|
Definition at line 68 of file LinkedLists.h. Referenced by FillPrev(), FindFirst(), InvertDoubleList(), and SortedDoubleToBinaryWithSize(). |