#include <FIFO.h>
Inheritance diagram for FIFO:

Public Methods | |
| FIFO (unsigned int depth = 0) | |
| FIFO (const FIFO& f) | |
| bool | push (const _T& x) |
| _T | pop () |
| _T& | front () |
| _T& | back () |
| const _T& | front () const |
| const _T& | back () const |
| bool | empty () const |
| unsigned int | maxSize () const |
| unsigned int | size () const |
| void | clear () |
| void | printOn (std::ostream& out = cout) |
| bool | full () const |
| bool | avail () const |
Private Attributes | |
| unsigned int | m_depth |
|
||||
|
|
|
||||
|
|
|
||||
|
|
|
||||
|
|
|
||||
|
|
|
||||
|
|
|
||||
|
|
|
||||
|
|
|
||||
|
|
|
||||
|
|
|
||||
|
|
|
||||
|
|
|
||||
|
|
|
||||
|
|
|
||||
|
|
|
|||
|
|
1.2.3 written by Dimitri van Heesch,
© 1997-2000