QueueG.pushTail

Adds a new element at the tail of the queue.

class QueueG
void
pushTail
(
void* data
)

Parameters

data void*

the data for the new element