Class DTree

Inherits from:
Object
Declared in:
DTree.h

Class Hierarchy

    Object
      |
      +---DTree

Class Description

The tree class implements a n-tree collection. It stores objects in a tree of nodes. Because there is no key or index available to store and remove the objects, the objects can only be stored, inserted and removed by the tree iterator: class DTreeIterator.

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

Instance Variables

private DTreeNode *_root
the root of the tree
private long _length
the number of nodes in the tree

Method Index


generated 25-Jul-2006 by ObjcDoc 3.0.0