Main Page   Class Hierarchy   Compound List   Header Files   Compound Members  

ddgSplayIterator Class Reference

An iterator to traverse the ddgSplay tree without disturbing the tree. More...

#include <ddgsplay.h>

List of all members.


Public Members

void reset (bool reverse = false)
Move the iterator to the minimum/maximum node of the tree.

 ddgSplayIterator ( ddgSplayTree *st, bool reverse = false)
The constuctor initializes the iterator a the start or end of tree.

void next (void)
Get the next item.

void prev (void)
Get the prev item.

ddgSplayIndex current (void)
Return the ddgSplay node that the iterator is at.

bool end (void)
Return true if the iterator reached the end of the list.


Detailed Description

An iterator to traverse the ddgSplay tree without disturbing the tree.


The documentation for this class was generated from the following file:
Generated at Sun Sep 17 19:27:56 2000 for Digital Dawn Graphics Toolkit by doxygen 0.49-991205 written by Dimitri van Heesch, © 1997-1999