Unit 'lazCollections' Package
[Overview][Types][Classes][Index] [#bs_utils]

TIDEFifoQueue

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

Declaration

Source position: lazcollections.pas line 59

type generic TIDEFifoQueue <T>= class

protected

  FTotalItemsPopped: QWord;

  

  FTotalItemsPushed: QWord;

  

  function GetIsEmpty; virtual;

  

  function GetIsFull; virtual;

  

public

  constructor create();

  

  procedure Grow();

  

  function PushItem(); virtual;

  

  function PopItem(); virtual;

  

  property QueueSize: Integer; [r]

  

  property TotalItemsPopped: QWord; [r]

  

  property TotalItemsPushed: QWord; [r]

  

  property IsEmpty: Boolean; [r]

  

  property IsFull: Boolean; [r]

  

end;

Inheritance

TIDEFifoQueue

  

|

TObject



CT Web help

CodeTyphon Studio