Class hierarchy   Compound list   File list   Compound Members   File Members  

Queue Class Reference

A classic FIFO data structure See stack for other methods. More...

Inherits Stack.

List of all members.

Public Members


Detailed Description

A classic FIFO data structure See stack for other methods.


Member Function Documentation

Data Queue::peek()

Retrieve the first element without removing.

Reimplemented from Stack.

Data Queue::pop()

Retrieve and remove the first element.

Note: pop() returns garbage in a destructive queue.

Reimplemented from Stack.


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