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

FOS_GenericHashMap

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

Declaration

Source position: graalignedarray.pas line 154

type generic FOS_GenericHashMap <TKey,TValue,TKeyArr,TValArr>= object

protected

type

  PKey = ^TKey;

  

  PValue = ^TValue;

  

public

  m_hashTable: TFOS_AlignedIntegers;

  

  m_next: TFOS_AlignedIntegers;

  

  m_valueArray: TValArr;

  

  m_keyArray: TKeyArr;

  

  function GetIdx();

  

  procedure genAssert();

  

  procedure growTables;

  

  procedure insert();

  

  procedure remove();

  

  function size;

  

  function getAtIndex();

  

  property Items []: PValue; default; [r]

  

  function find();

  

  function findIndex();

  

  procedure clear;

  

end;

Inheritance

FOS_GenericHashMap

  

|

TObject



CT Web help

CodeTyphon Studio