QueueG.pushHead

Adds a new element at the head of the queue.

class QueueG
void
pushHead
(
void* data
)

Parameters

data void*

the data for the new element.