[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: contnrs.pp line 174
type TObjectQueue = class(TQueue) end; |
||
public |
||
function Push(); |
|
Push an object on the queue |
function Pop; |
|
Pop the first element off the queue |
function Peek; |
|
Look at the first object in the queue. |
| | ||
|
Pointer queue |
|
| | ||
|
Base class for queues and stacks. |
|
| | ||