Unit 'ghashmap' Package
[Overview][Constants][Classes][Index] [#fcl-stl]

THashmapIterator

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

Declaration

Source position: ghashmap.pp line 44

type generic THashmapIterator <TKey,TValue,T,TTable>= class

public

type

  PValue = ^TValue;

  TIntIterator = TIntIterator;

public

  Fh: SizeUInt;

  Fp: SizeUInt;

  FData: TTable;

  function Next;

  function MoveNext;

  function Prev;

  function GetData;

  function GetKey;

  function GetValue;

  function GetMutable;

  procedure SetValue();

  function GetEnumerator;

  property Data: T; [r]

  property Key: TKey; [r]

  property Value: TValue; [rw]

  property MutableValue: PValue; [r]

  property Current: T; [r]

end;

Inheritance

THashmapIterator

|

TObject


Documentation generated on: 2023-03-18