First-in-first-out stacks
[CTL Containers]

Collaboration diagram for First-in-first-out stacks:
Simple FIFO Stack

This implements a fixed array with a pair of indexes pointing to where data will be added and removed. Type may be scalars, pointers or compounds.

The template parameters are type (type of members) and count (count of members this can hold).


Generated on Fri Jan 2 15:28:37 2009 for Squat by  doxygen 1.5.6