Unit 'MTPUtils' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lz_multithreadprocs]

TParallelSortPointerList

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

Declaration

Source position: mtputils.pas line 32

type TParallelSortPointerList = class

protected

  fBlockSize: PtrInt;

  

  fBlockCntPowOf2Offset: PtrInt;

  

  FMergeBuffer: PPointer;

  

  procedure MTPSort();

  

public

  List: PPointer;

  

  Count: PtrInt;

  

  Compare: TListSortCompare;

  

  BlockCnt: PtrInt;

  

  OnSortPart: TSortPartEvent;

  

  constructor Create();

  

  procedure Sort;

  

end;

Inheritance

TParallelSortPointerList

  

|

TObject



CT Web help

CodeTyphon Studio