Instruction Manual
Click on the banner to return to the user guide home page.
©Copyright 1996 Rogue Wave Software
Chapter 2: Class Overview
Concrete Classes❍
Simple Classes■
Template-based Collection Classes■
Generic Collection Classes■
Abstract Base Classes❍
Smalltalk-like Collection Classes❍
Common Member Functions❍
Persistence■
Store Size■
Stream I/O■
Comparisons■
Memory Allocation and Deallocation❍
Information Flow❍
Multithread Safe❍
Eight-bit Clean❍
Embedded Nulls❍
Indexing❍
Version❍
This section gives an overview of Tools.h++, and highlights some common points among the
classes.
Tools.h++ provides implementation, not policy. Hence, it consists mostly of a large and rich set
of concrete classes that are usable in isolation and independent of other classes for their
implementation or semantics. They can be pulled out and used just one or two at a time.
Concrete classes are the heart of Tools.h++.
Tools.h++ also includes a rich set of abstract base classes, which define an interface for