Click on the banner to return to the user guide home page.
©Copyright 1996 Rogue Wave Software
Tools.h++ includes a set of abstract base classes and corresponding specializing classes that provides a framework for many issues. The list below identifies some of these issues and associates them with their respective abstract base classes. The description of each class in the Class Reference indicates if it is an abstract base class.
Issue |
Class |
Section Where Discussed |
Locale |
RWLocale |
Chapter 16 (RWLocale and RWZone) |
Time zones |
RWZone |
Chapter 16 (RWLocale and RWZone) |
Virtual streams |
RWvistream RWvostream |
Chapter 6 |
Polymorphic persistence |
RWCollectable |
Chapter 14 (Polymorphic Persistence) |
Virtual page heaps |
RWVirtualPageHeap |
Class Reference |
Model-View-Controller abstraction |
RWModel RWModelClient |
Class Reference |