Tools.h++ Manual

vi 104011 Tandem Computers Incorporated
11. Using Class RWBTreeOnDisk 11-1
Construction 11-2
Example 11-3
12. Introduction to Collection Classes 12-1
Concepts 12-1
Storage methods 12-2
Shallow versus deep copies 12-3
Reference-based collections 12-3
Value-based collections 12-5
Retrieving objects 12-6
Properties of objects 12-6
Retrieval methods 12-6
Iterators 12-8
13. Templates 13-1
Introduction 13-1
Enter templates 13-2
What's the catch? 13-2
Factoring out commonality 13-3
Naming scheme 13-3
Types of templates 13-4
Intrusive lists 13-4
Value-based collections 13-4
Pointer-based collections 13-5
An example 13-5