UFO: Alien Invasion
|
the priority queue struct the actual data is stored in priorityQueueElement_t
More...
#include <pqueue.h>
Data Fields | |
uint32_t | maxSize |
uint32_t | currentSize |
priorityQueueElement_t * | elements |
the priority queue struct the actual data is stored in priorityQueueElement_t
uint32_t priorityQueue_s::currentSize |
Definition at line 41 of file pqueue.h.
Referenced by PQueueInitialise(), PQueuePop(), and PQueuePush().
priorityQueueElement_t* priorityQueue_s::elements |
Definition at line 42 of file pqueue.h.
Referenced by PQueueFree(), PQueueInitialise(), PQueuePop(), and PQueuePush().
uint32_t priorityQueue_s::maxSize |
Definition at line 40 of file pqueue.h.
Referenced by PQueueInitialise(), and PQueuePush().