Queue.peekHead

Returns the first element of the queue.

class Queue
void*
peekHead
()

Return Value

Type: void*

the data of the first element in the queue, or null if the queue is empty