#include <fifo.h>
Data Fields | |
void ** | block |
unsigned int | size |
unsigned int | pull |
unsigned int | push |
unsigned int | fill |
Definition at line 4 of file fifo.h.
void** fifo_queue::block |
Definition at line 5 of file fifo.h.
Referenced by FIFO_Create(), FIFO_DeQueue(), FIFO_Destroy(), FIFO_EnQueue(), FIFO_EnQueue_Front(), FIFO_Enumerate(), FIFO_Expand(), and FIFO_Peek().
unsigned int fifo_queue::size |
Definition at line 6 of file fifo.h.
Referenced by FIFO_Create(), FIFO_DeQueue(), FIFO_EnQueue(), FIFO_EnQueue_Front(), FIFO_Enumerate(), FIFO_Expand(), and FIFO_Pop().
unsigned int fifo_queue::pull |
Definition at line 7 of file fifo.h.
Referenced by FIFO_Create(), FIFO_DeQueue(), FIFO_EnQueue_Front(), FIFO_Enumerate(), FIFO_Expand(), FIFO_Peek(), and FIFO_Pop().
unsigned int fifo_queue::push |
Definition at line 8 of file fifo.h.
Referenced by FIFO_Create(), FIFO_EnQueue(), and FIFO_Expand().
unsigned int fifo_queue::fill |
Definition at line 9 of file fifo.h.
Referenced by FIFO_Create(), FIFO_DeQueue(), FIFO_Empty(), FIFO_EnQueue(), FIFO_EnQueue_Front(), FIFO_Enumerate(), FIFO_Expand(), FIFO_Fill(), FIFO_Peek(), and FIFO_Pop().