Tools.h++ Manual

viii 104011 Tandem Computers Incorporated
Virtual functions inherited from RWSequenceable 15-14
A note on how objects are found 15-16
Hashing 15-16
16. Persistence 16-1
Operators 16-1
Example 16-2
Summary 16-6
17. Designing an RWCollectable Class 17-1
Virtual functions inherited from RWCollectable 17-1
Example 17-2
Steps to making an RWCollectable object 17-3
Add a default constructor 17-4
RWDECLARE_/RWDEFINE_COLLECTABLE() 17-5
Virtual function isA( ) 17-5
Virtual function newSpecies() 17-6
An aside: the RWFactory 17-6
Object destruction 17-6
Virtual function compareTo() 17-7
Virtual function isEqual() 17-9
Virtual function hash() 17-10
How to add persistence 17-11
Virtual functions saveGuts(RWFile&) and
saveGuts(RWvostream&) 17-11
Multiply-referenced objects 17-13