Unit 'graAlignedArray' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_gravity]

FOS_GenericAlignedArray

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

Declaration

Source position: graalignedarray.pas line 59

type generic FOS_GenericAlignedArray <T>= class

public

  constructor create;

  

  destructor Destroy; override;

  

  procedure Initialize();

  

  procedure SetComparefunctionT();

  

  procedure SetCapacity();

  

  procedure Setlength();

  

  procedure Reserve();

  

  procedure Shrink;

  

  procedure Clear;

  

  function Length;

  

  function Size;

  

  function Capacity;

  

  procedure Resize();

  

  procedure InitValues();

  

  function push_back();

  

  function push_new();

  

  function push_new_no_init;

  

  function pop_back;

  

  procedure remove();

  

  procedure quicksort();

  

  procedure DecPointer();

  

  procedure IncPointer();

  

  function IncPointerf();

  

  function DecPointerf();

  

  function findLinearSearch();

  

  function findSorted();

  

  procedure swap();

  

  procedure SetIdx();

  

  procedure GetIdx();

  

  function GetIdxP();

  

  property A []: PT; default; [r]

  

  property Idx []: T; [rw]

  

end;

Inheritance

FOS_GenericAlignedArray

  

|

TObject



CT Web help

CodeTyphon Studio