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

#include <gqueue.h>


Data Fields

struct gqueue_nodehead
struct gqueue_nodetail
unsigned count


Detailed Description

Generic queue structure.
Examples:

adt/gqueue_test.c.


Field Documentation

struct gqueue_node* gqueue::head [read]

Pointer to the first item in the queue.

struct gqueue_node* gqueue::tail [read]

Pointer to the last item in the queue.

unsigned gqueue::count

The number of items in the queue.


The documentation for this struct was generated from the following file:
Generated on Thu Feb 19 11:11:50 2009 for bglibs by  doxygen 1.5.4