Queue definition. A queue is a standard queue that has infokdnode data structures as elements. The variable first is a pointer to the first element and last is a pointer to the last element in the queue.
More...
#include <queue.h>

Data Fields | |
| qnode * | first |
| qnode * | last |
Queue definition. A queue is a standard queue that has infokdnode data structures as elements. The variable first is a pointer to the first element and last is a pointer to the last element in the queue.
Definition at line 38 of file queue.h.
1.6.3