UFO: Alien Invasion
Loading...
Searching...
No Matches
priorityQueue_t Struct Reference

the priority queue struct the actual data is stored in priorityQueueElement_t More...

#include <pqueue.h>

Collaboration diagram for priorityQueue_t:
Collaboration graph

Data Fields

uint32_t maxSize
uint32_t currentSize
priorityQueueElement_telements

Detailed Description

the priority queue struct the actual data is stored in priorityQueueElement_t

Definition at line 39 of file pqueue.h.

Field Documentation

◆ currentSize

uint32_t priorityQueue_t::currentSize

Definition at line 41 of file pqueue.h.

Referenced by PQueueInitialise(), PQueuePop(), and PQueuePush().

◆ elements

priorityQueueElement_t* priorityQueue_t::elements

Definition at line 42 of file pqueue.h.

Referenced by PQueueFree(), PQueueInitialise(), PQueuePop(), and PQueuePush().

◆ maxSize

uint32_t priorityQueue_t::maxSize

Definition at line 40 of file pqueue.h.

Referenced by PQueueInitialise(), and PQueuePush().


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