Class DTreeIterator

Inherits from:
Object
Declared in:
DTree.h

Class Hierarchy

    Object
      |
      +---DTreeIterator

Class Description

The tree iterator class implements an iterator on a n-tree collection. Because there is no key or index available to store and remove the objects, the objects can only be stored and removed by this iterator.

Last modified:
23-Jul-2006 (DTree.h)

Instance Variables

private DTree *_tree
the tree
private DTreeNode *_node
the current node

Method Index


generated 25-Jul-2006 by ObjcDoc 3.0.0