Queue Struct Reference
[QueueQueue]

#include <queue.h>


Data Fields

struct node_defhead
struct node_deftail
int size


Detailed Description

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

Field Documentation

struct node_def* Queue::head [read]

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

struct node_def* Queue::tail [read]

The tail of the queue, the last item added.

int Queue::size

The number of elements in the queue.


The documentation for this struct was generated from the following file:
Generated on Thu Nov 8 23:27:23 2007 for libwireless by  doxygen 1.5.3