BOSS 7.1.3
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 |