#include <ds_list.h>
Data Fields | |
| Node * | pNext |
| Node * | pPrev |
| int | index |
| void * | pData |
|
|
If the index is -1, then the Node has been allocated from memory as opposed to being referenced from the parent List's workspace. |
|
|
Node data. |
|
|
Pointer to the previous Node in the list. |
|
|
Pointer to the next Node in the list. |
1.2.10 written by Dimitri van Heesch,
© 1997-2001