[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'contnrs' (#fcl)

TObjectQueue

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

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.

Inheritance

TObjectQueue

|

TQueue

  

Pointer queue

|

TOrderedList

  

Base class for queues and stacks.

|

TObject


Documentation generated on: Nov 14 2015