[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: ghashmap.pp line 50
type generic THashmapIterator <TKey,TValue,T,TTable>= class  | 
public  | 
type  | 
PValue = ^TValue;  | 
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;  | 
| | | 
TObject  |