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

#include <gqueue.h>


Data Fields

struct gqueue_nodenext
char data [0]


Detailed Description

Generic queue node.

Field Documentation

struct gqueue_node* gqueue_node::next [read]

Pointer to the next element in the queue linked list.

char gqueue_node::data[0]

The data contained in the queue node.


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