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

DoubleNode Struct Reference

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

#include <LinkedLists.h>

Collaboration diagram for DoubleNode:

Collaboration graph
[legend]

Data Fields

DoubleNode * next
DoubleNode * prev

Detailed Description

A node in a double linked list.

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.


Field Documentation

struct DoubleNode* DoubleNode::next
 

Definition at line 67 of file LinkedLists.h.

Referenced by FillPrev(), InvertDoubleList(), and SortedDoubleToBinaryWithSize().

struct DoubleNode* DoubleNode::prev
 

Definition at line 68 of file LinkedLists.h.

Referenced by FillPrev(), FindFirst(), InvertDoubleList(), and SortedDoubleToBinaryWithSize().


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

SourceForge
Logo