Tools.h++ Class Reference

Table Of Contents
Click on the banner to return to the Class Reference home page.
©Copyright 1996 Rogue Wave Software
RWTValDeque<T>
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/tvdeque.h>
RWTValDeque<T> deq;
Standard C++ Library Dependent!
RWTValDeque requires the Standard C++ Library.
Description
This class maintains a collection of values implemented as a double-ended queue, or deque.
Order is determined externally and elements are accessible by index. Use this class when
insertions and deletions usually occur at either the beginning or the end of the collection.