gqueue Struct Reference
[adt gqueue: Generic simple queue.]

#include <gqueue.h>


Data Fields

gqueue_nodehead
gqueue_nodetail
unsigned count


Detailed Description

Generic queue structure.
Examples:

adt/gqueue_test.c.


Field Documentation

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.


The documentation for this struct was generated from the following file:
Generated on Mon Oct 30 15:11:14 2006 for bglibs by  doxygen 1.4.7