CGEM BOSS 6.6.5.g
BESIII Offline Software System
|
#include <FIFO.h>
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().