DataStructures::QueueLinkedList< QueueType > Class Template Reference

A queue implemented using a linked list. Rarely used. More...

#include <DS_QueueLinkedList.h>

List of all members.

Public Member Functions

 QueueLinkedList (const QueueLinkedList &original_copy)
bool operator= (const QueueLinkedList &original_copy)
QueueType Pop (void)
QueueType & Peek (void)
QueueType & EndPeek (void)
void Push (const QueueType &input)
unsigned int Size (void)
void Clear (void)
void Compress (void)

Private Attributes

LinkedList< QueueType > data


Detailed Description

template<class QueueType>
class DataStructures::QueueLinkedList< QueueType >

A queue implemented using a linked list. Rarely used.


The documentation for this class was generated from the following file:
Generated on Sat Oct 14 08:37:40 2006 for RakNet by  doxygen 1.4.6-NO