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

TMapIterator

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

Declaration

Source position: gmap.pp line 28

type generic TMapIterator <TKey,TValue,TPair,TNode>= class

public

type

  PNode = ^TNode;

  TLMapIterator = TLMapIterator;

public

  FNode: PNode;

  FNext: PNode;

public

type

  PValue = ^TValue;

public

  function GetData;

  function GetKey;

  function GetValue;

  function GetMutable;

  procedure SetValue();

  function MoveNext;

  function Next;

  function Prev;

  function GetEnumerator;

  property Data: TPair; [r]

  property Key: TKey; [r]

  property Value: TValue; [rw]

  property MutableValue: PValue; [r]

  property Current: TPair; [r]

end;

Inheritance

TMapIterator

|

TObject


Documentation generated on: 2023-03-18