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 |
Section 16.4 |
Time zones |
RWZone |
Section 16.4 |
Virtual streams |
RWvistream RWvostream |
Section 6 |
Polymorphic persistence |
RWCollectable |
Section 14 |
Virtual page heaps |
RWVirtualPageHeap |
Class Reference |
Model-View-Controller abstraction |
RWModel RWModelClient |
Class Reference |