#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(). |
1.2.12 written by Dimitri van Heesch,
© 1997-2001