QueueArray.peekHeadStruct

Returns the head of the queue @array without removing it from the queue.

class QueueArray
void*
peekHeadStruct
()

Return Value

Type: void*

pointer to element or struct, or NULL if @array was empty. The data pointed to by the returned pointer stays valid only as long as the queue array is not modified further!

Meta