#include <gqueue.h>
Data Fields | |
| gqueue_node * | head |
| gqueue_node * | tail |
| unsigned | count |
| unsigned gqueue::count |
The number of items in the queue.
| struct gqueue_node* gqueue::head |
Pointer to the first item in the queue.
| struct gqueue_node* gqueue::tail |
Pointer to the last item in the queue.
1.4.7