Main Page   Data Structures   File List   Data Fields   Globals  

Node Struct Reference

#include <ds_list.h>


Data Fields

Node * pNext
Node * pPrev
int index
void * pData


Detailed Description

Node in a linked list.


Field Documentation

int Node::index
 

If the index is -1, then the Node has been allocated from memory as opposed to being referenced from the parent List's workspace.

void* Node::pData
 

Node data.

struct Node* Node::pNext
 

Pointer to the previous Node in the list.

struct Node* Node::pPrev
 

Pointer to the next Node in the list.


The documentation for this struct was generated from the following file:
Generated at Sun Sep 30 00:21:33 2001 for DSLib by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001