ITypedQueue.push

Pushes an item to the queue. The caller should set the returned item as desired

interface ITypedQueue(T)
T*
push
()

Return Value

Type: T*

Pointer to the newly pushed item, null if the item could not be pushed (see documentation of implementing class for possible failure reasons)

Meta