|
bglibs
|
#include <gqueue.h>
Data Fields | |
| struct gqueue_node * | head |
| struct gqueue_node * | tail |
| unsigned | count |
Generic queue structure.
| unsigned gqueue::count |
The number of items in the queue.
Referenced by gqueue_pop(), and gqueue_push().
| struct gqueue_node* gqueue::head |
Pointer to the first item in the queue.
Referenced by gqueue_pop(), gqueue_push(), and gqueue_top().
| struct gqueue_node* gqueue::tail |
Pointer to the last item in the queue.
Referenced by gqueue_pop(), and gqueue_push().
1.8.13