ITypedQueue.top

interface ITypedQueue(T)
T*
top
()

Return Value

Type: T*

A pointer to the item at the top of the queue, null if the queue is empty

Meta