Unit 'o32intdeq' Package
[Overview][Classes][Index] [#pl_orpheus]

TO32IntDeque

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

Declaration

Source position: o32intdeq.pas line 44

type TO32IntDeque = class

protected

  FList: TList;

  

  FHead: Integer;

  

  FTail: Integer;

  

  procedure idGrow;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  function IsEmpty;

  

  procedure Enqueue();

  

  procedure Push();

  

  function Pop;

  

end;

Inheritance

TO32IntDeque

  

|

TObject



CT Web help

CodeTyphon Studio