Tools.h++ Class Reference

Table Of Contents
Click on the banner to return to the Class Reference home page.
©Copyright 1996 Rogue Wave Software
RWBinaryTree
RWBinaryTree RWCollection RWCollectable
Synopsis
Description
Persistence
Public Constructors
Public Member Operators
Public Member Functions
Synopsis
typedef RWBinaryTree SortedCollection; // Smalltalk typedef.
#include <rw/bintree.h>
RWBinaryTree bt;
Description
Class RWBinaryTree represents a group of ordered elements, internally sorted by the
compareTo() function. Duplicates are allowed. An object stored by an RWBinaryTree must
inherit abstract base class RWCollectable.
Persistence
Polymorphic
Public Constructors
RWBinaryTree();
Construct an empty sorted collection.
RWBinaryTree(const RWBinaryTree& t);