Queue Struct Reference
[QueueQueue]

#include <queue.h>


Data Fields

node_defhead
node_deftail
int size


Detailed Description

Represents a queue, a first in, first out data structure.


Field Documentation

struct node_def* Queue::head
 

The head of the queue, the next item to be removed.

int Queue::size
 

The number of elements in the queue.

struct node_def* Queue::tail
 

The tail of the queue, the last item added.


The documentation for this struct was generated from the following file:
Generated on Fri Sep 21 12:57:06 2007 for libwireless by  doxygen 1.4.6