osurs  0.0.1
Data Fields
Queue Struct Reference

Queue. More...

#include <queue.h>

Collaboration diagram for Queue:
Collaboration graph
[legend]

Data Fields

QueueNodehead
 
QueueNodetail
 

Detailed Description

Queue.

This structure represents a Queue data structure. It consists of pointers to the head and tail of the queue (the nodes at the front and back of the queue, respectively).

Field Documentation

◆ head

QueueNode* Queue::head

Pointer to the head of the queue.

◆ tail

QueueNode* Queue::tail

Pointer to the tail of the queue.


The documentation for this struct was generated from the following file: