#include <DS_QueueLinkedList.h>
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 |
1.4.6-NO