template class PortableQueue<class ItemType> (Return to index)

This class is very similar to an STL vector, Java Vector, or BList, except that it is implemented in such a way that adding or removing items from the head or tail of the list is an O(1) operation.

Type:
    Instantiable

Include file:
    ../../queue/PortableQueue.h

Synopsis:

Public methods: