Unit 'kraft' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_kraft]

TKraftQueue

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

Declaration

Source position: kraft.pas line 509

type generic TKraftQueue <T>= class

public

type

  TQueueItems = array of T;

  

public

  constructor Create;

  

  destructor Destroy; override;

  

  procedure GrowResize();

  

  procedure Clear;

  

  function IsEmpty;

  

  procedure EnqueueAtFront();

  

  procedure Enqueue();

  

  function Dequeue();

  

  function Peek();

  

end;

Inheritance

TKraftQueue

  

|

TObject



CT Web help

CodeTyphon Studio