|
BOSS 7.1.1
BESIII Offline Software System
|
#include <FIFO.h>
Inheritance diagram for FIFO< _T >:Public Member Functions | |
| 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 |
Definition at line 23 of file FIFO.h.
Definition at line 79 of file FIFO.h.
Referenced by FIFO< _T >::avail(), FIFO< _T >::empty(), FIFO< _T >::full(), FIFO< _T >::pop(), and FIFO< _T >::push().