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

IndirectNode Struct Reference

A node in a linked list that additionally points to a node in another list. More...

#include <LinkedLists.h>

Collaboration diagram for IndirectNode:

Collaboration graph
[legend]

Data Fields

Node nodeHeader
NodePtr nodePtr

Detailed Description

A node in a linked list that additionally points to a node in another list.

This is made to make an ordered list of some nodes in another, differently ordered list.

Definition at line 55 of file LinkedLists.h.


Field Documentation

Node IndirectNode::nodeHeader
 

Definition at line 57 of file LinkedLists.h.

Referenced by ApplyIndirectOnSimple(), FindAndList(), FindAndMoveOut(), FindLast(), and LeftNodeRight().

NodePtr IndirectNode::nodePtr
 

Definition at line 58 of file LinkedLists.h.

Referenced by ApplyIndirectOnSimple(), BinaryToDouble(), FindAndList(), FindAndMoveOut(), and LeftNodeRight().


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