Queue.pushTail

Adds a new element at the tail of the queue.

class Queue
void
pushTail
(
void* data = null
)

Parameters

data void*

the data for the new element