Class TQueue (unit EZDSLQue)

Inherits from

TAbstractContainer

---Place any compiler options you require here----------------------} {--------------------------------------------------------------------} {$I EZDSLOPT.INC

Constructors


constructor Clone(Source : TAbstractContainer; DataOwner : boolean; NewCompare : TCompareFunc);

--------

constructor Create(DataOwner : boolean);

===TQueue===========================================================


Functions

procedure Append(aData : pointer);

--------

procedure Empty;

--------

function Examine : pointer;

--------

function Pop : pointer;

--------

Properties

Events

Variables

qHead : PNode;


qTail : PNode;



Constructors


constructor Clone(Source : TAbstractContainer; DataOwner : boolean; NewCompare : TCompareFunc);

--------


constructor Create(DataOwner : boolean);

===TQueue===========================================================


Functions


procedure Append(aData : pointer);

--------


procedure Empty;

--------


function Examine : pointer;

--------


function Pop : pointer;

--------


Properties


Events


Variables


qHead : PNode;


qTail : PNode;