Standard C++ Library Class Reference

©Copyright 1996 Rogue Wave Software
If you are accessing this for the first time, please read the licensing statement.
Standard C++ Library also has a User Guide.
Standard C++ Library Class
Reference
Version 1.2
Introduction
Standards Conformance
Contents
Introduction
This reference guide is an alphabetical listing of all of the classes, algorithms, and function
objects provided by this release of Rogue Wave's Standard C++ Library. The gray band on the
first page of each entry indicates the category (e.g., Algorithms, Containers, etc.) that the entry
belongs to. The table below lists the contents organized by category.
For each class, the reference begins with a brief summary of the class; a synopsis, which
indicates the header file(s); and the signature of a class object. The reference continues with a
text description of the class followed by the C++ code that describes the class interface. Next,
all methods associated with a class, including constructors, operators, member functions, etc.
are grouped in categories according to their general use and described. The categories are not a
part of the C++ language, but do provide a way of organizing the methods. Following the
member function descriptions, many of the classes include examples. Finally, any warnings
associated with using the class are described.
Throughout the documentation, there are frequent references to "self," which should be
understood to mean "*this".

Summary of content (516 pages)