[Overview][Types][Classes][Index] Reference for unit 'LazListClasses' (#lazutils)

TLazFixedRoundBufferListMemBase

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

Declaration

Source position: lazlistclasses.pas line 420

type generic TLazFixedRoundBufferListMemBase <TPItemT,TSizeT>= object()

protected

  function GrowCapacity();

  

  function ShrinkCapacity();

  

  property Mem: TLazListClassesInternalMem; [r]

  

  procedure AdjustFirstItemOffset();

  

  procedure InsertRowsAtStart();

  

  procedure InsertRowsAtEnd();

  

  procedure InsertRowsAtBoundary();

  

  procedure DeleteRowsAtStart();

  

  procedure DeleteRowsAtEnd();

  

  procedure DeleteRowsAtBoundary();

  

  procedure MoveRowsToOther();

  

  procedure MoveBytesToOther();

  

  property ItemPointerMasked []: TPItemT; [r]

  

public

  procedure Create();

  

  function InsertRows();

  

  procedure DeleteRows();

  

end;

Inheritance

TLazFixedRoundBufferListMemBase

  

?

Version 4.0 Generated 2025-05-03 Home