Tools.h++ Manual
104011 Tandem Computers Incorporated vii
A more complicated example 13-7
14. “Generic” Collection Classes 14-1
Example 14-2
Declaring generic collection classes 14-4
User-defined functions 14-4
Tester functions 14-4
Apply functions 14-8
15. Smalltalk-like Collection Classes 15-1
Introduction 15-1
Example 15-4
Overview 15-6
Bags versus Sets versus Hash Tables 15-6
Sequenceable classes 15-7
Dictionaries 15-7
Virtual functions inherited from RWCollection 15-8
insert() 15-8
find() and friends 15-8
remove() functions 15-11
apply() functions 15-12
Functions clear() and clearAndDestroy() 15-13
Other functions shared by all RWCollections 15-13
Class conversions 15-13
Inserting and removing other collections 15-13
Selection 15-14