Class TStack (unit EZDSLStk)

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);

===TStack===========================================================


Functions

procedure Empty;

--------

function Examine : pointer;

--------

function Pop : pointer;

--------

procedure Push(aData : pointer);

--------

Properties

Events

Variables

stHead : PNode;



Constructors


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

--------


constructor Create(DataOwner : boolean);

===TStack===========================================================


Functions


procedure Empty;

--------


function Examine : pointer;

--------


function Pop : pointer;

--------


procedure Push(aData : pointer);

--------


Properties


Events


Variables


stHead : PNode;