A classic FIFO data structure See stack for other methods. More...
Inherits Stack.
List of all members.
Retrieve the first element without removing.
Reimplemented from Stack.
Retrieve and remove the first element.
Note: pop() returns garbage in a destructive queue.