[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: contnrs.pp line 182
type TObjectQueue = class(TQueue) |
||
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. |
end; |
| | ||
|
Pointer queue. |
|
| | ||
|
Base class for queues and stacks. |
|
| | ||
TObject |