Rogue Wave Banner

Click on the banner to return to the user guide home page.

©Copyright 1996 Rogue Wave Software

Chapter 10: Collection Classes

The Tools.h++ class library includes three types of collection classes:

Despite their different implementations, their functionality and user interfaces (member function names, etc.) are similar.

In the following sections, we'll discuss each type of collection class in turn. In this section, we'll discuss basic concepts of collection classes, and translate some of the jargon you may encounter here and in the literature of C++.


Previous file Table of Contents Next file