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

TLazFPGHashTable

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

Declaration

Source position: lazfglhash.pas line 28

type generic TLazFPGHashTable <T>= class(TFPCustomHashTable)

protected

Type

  THTGNode = THTGNode;

  

  TGIteratorMethod = procedure(

  

  Item: T;

  const Key: string;

  var Continue: Boolean

) of object;

  function CreateNewNode(); override;

  

  procedure AddNode(); override;

  

  procedure SetData(); virtual;

  

  function GetData(); virtual;

  

  function ForEachCall(); virtual;

public

  function Iterate(); virtual;

  procedure Add(); virtual;

  

  property Items []: T; default; [rw]

  

end;

Inheritance

TLazFPGHashTable

  

|

TFPCustomHashTable

|

TObject


Version 4.0 Generated 2025-05-03 Home