Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals   Related Pages  

QUEUE Struct Reference

Queue structure. More...

#include <queue.h>


Data Fields

void * value
 The value of the element.

QUEUE * next
 A pointer to the next element.


Detailed Description

Queue structure.

Definition at line 12 of file queue.h.


Field Documentation

struct QUEUE* QUEUE::next
 

A pointer to the next element.

Definition at line 15 of file queue.h.

void* QUEUE::value
 

The value of the element.

Definition at line 14 of file queue.h.


The documentation for this struct was generated from the following file:
Generated on Fri Feb 20 15:32:21 2004 for Minirighi by doxygen1.2.18