Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals  

Node Struct Reference

A node in a single linked list. More...

#include <LinkedLists.h>

Collaboration diagram for Node:

Collaboration graph
[legend]

Data Fields

Node * next

Detailed Description

A node in a single linked list.

The only thing that is assumed with the use of this function is that any structure that you want to use for a linked list node (whatever is the actual contents) starts with a pointer to the next node.

Definition at line 46 of file LinkedLists.h.


Field Documentation

struct Node* Node::next
 

Definition at line 48 of file LinkedLists.h.

Referenced by ApplyIndirectOnSimple(), DestroyLinkedList(), FindAndList(), FindAndMoveOut(), FindLast(), GetNthNode(), InvertList(), LeftNodeRight(), SplitAndMergeSort(), and SplitAtNth().


The documentation for this struct was generated from the following file:
Generated on Sun Dec 23 15:21:00 2001 for ANet by doxygen 1.2.12 written by Dimitri van Heesch, © 1997-2001

SourceForge
Logo