Tools.h++ Class Reference

Table Of Contents
Click on the banner to return to the Class Reference home page.
Return to the Appendix home page.
©Copyright 1996 Rogue Wave Software
RWTPtrSlist<T>
Alternate template: Standard C++ Library not required
Synopsis
Please Note!
Description
Persistence
Example
Public Constructors
Public Operators
Public Member Functions
Related Global Operators
Synopsis
#include <rw/tpslist.h>
RWTPtrSlist<T> list;
Please Note!
If you do not have the Standard C++ Library, use the interface described here. Otherwise, use the
interface to RWTPtrSlist described in the Class Reference.
Description
This class maintains a collection of pointers to type T, implemented as a singly-linked list. This is a
pointer based list: pointers to objects are copied in and out of the links that make up the list.
Parameter T represents the type of object to be inserted into the list, either a class or fundamental type.
The class T must have: