#include <QueueLinkedList.h>
Public Member Functions | |
QueueLinkedList () | |
QueueLinkedList (const QueueLinkedList &original_copy) | |
bool | operator= (const QueueLinkedList &original_copy) |
QueueType | pop (void) |
QueueType & | peek (void) |
QueueType & | end_peek (void) |
void | push (const QueueType &input) |
const unsigned long | size (void) |
void | clear (void) |
void | compress (void) |
Private Attributes | |
LinkedList< QueueType > | data |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|