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