Tools.h++ Class Reference

Table Of Contents
Click on the banner to return to the Class Reference home page.
©Copyright 1996 Rogue Wave Software
RWTPtrSortedDlist<T,C>
Synopsis
Standard C++ Library Dependent!
Description
Persistence
Example
Related Classes
Public Typedefs
Public Constructors
Public Member Operators
Public Member Functions
Static Public Data Member
Related Global Operators
Synopsis
#include <rw/tpsrtdli.h>
RWTPtrSortedDlist<T,C> srtdlist;
Standard C++ Library Dependent!
RWTPtrSortedDlist requires the Standard C++ Library.
Description
This class maintains an always-sorted pointer-based collection of values, implemented as a
doubly-linked list. Items are ordered according to a comparison object of type C. Class T is the
type pointed to by the items in the collection. C must induce a total ordering on elements of
type T via a public member