Instruction Manual

Click on the banner to return to the user guide home page.
©Copyright 1996 Rogue Wave Software
Tables of the Smalltalk-like Classes
The following two tables summarize the Tools.h++ Smalltalk-like classes. Table 1 lists all 17
classes, along with their typedefs, iterators, and implementations. Table 2 illustrates the class
hierachy.
Class Iterator Smalltalk typedef
(deprecated)
Implemented
as
RWBag RWBagIterator Bag Dictionary of
occurrences
RWBinaryTree RWBinaryTreeIterator SortedCollection Binary tree
RWBTree B-tree in
memory
RWBTreeDictionary B-tree of
associations
RWCollection RWIterator Collection Abstract base
class
RWDlistCollectables RWDlistCollectablesIterator Doubly-linked
list
RWHashTable RWHashTableIterator Hash table
RWHashDictionary RWHashDictionaryIterator Dictionary Hash table of
associations
RWIdentityDictionary RWHashDictionaryIterator IdentityDictionary Hash table of
associations
RWIdentitySet RWSetIterator IdentitySet Hash table
RWOrdered RWOrderedIterator OrderedCollection Vector of
pointers
RWSequenceable RWIterator Sequenceable Abstract base
class
RWSet RWSetIterator Set Hash table