qnode Struct Reference

Node definition. The variable info is a pointer to the information contained in the node and next is a pointer to the next element in the queue. More...

#include <queue.h>

Collaboration diagram for qnode:
Collaboration graph
[legend]

Data Fields

infokdnodeinfo
struct qnodenext

Detailed Description

Node definition. The variable info is a pointer to the information contained in the node and next is a pointer to the next element in the queue.

Definition at line 26 of file queue.h.


Field Documentation

Definition at line 28 of file queue.h.

struct qnode* next

Definition at line 29 of file queue.h.


The documentation for this struct was generated from the following file:
Generated on Tue Nov 16 18:24:44 2010 by  doxygen 1.6.3