fred-mod-eppd-2.20.2
|
Queue structure used on countless places throughout the program. More...
#include <epp_common.h>
Data Fields | |
int | count |
Optimization for length() function. | |
qitem * | body |
Items in a queue. | |
qitem * | cur |
Currently selected item. | |
Queue structure used on countless places throughout the program.
It is one way linked list of items, consisting of two parts: head and body.