QueueList Class Template Reference

A data type that defines a queue using a doubly-linked list data structure. More...

#include <QueueList.h>

Inheritance diagram for QueueList::

LinkedList List of all members.

Public Methods

 QueueList ()
 Empty constructor.


Detailed Description

template<class T>
class QueueList< T >

A data type that defines a queue using a doubly-linked list data structure.

This class is a simple derivation of LinkedList that sets the the queue mode.


The documentation for this class was generated from the following file: