Unit 'flcDataStructMaps' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_fundamentals]

TIntPtrMap

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

Declaration

Source position: flcDataStructMaps.pas line 928

type TIntPtrMap = class

public

  constructor Create();

  

  destructor Destroy; override;

  

  property AllowDuplicates: Boolean; [r]

  

  procedure Clear;

  

  property Count: Int32; [r]

  

  procedure Add();

  

  function KeyExists();

  

  function KeyCount();

  

  function Get();

  

  function GetValue();

  

  function GetNextValue();

  

  function RequireValue();

  

  procedure SetValue();

  

  procedure SetOrAdd();

  

  property Value []: Pointer; default; [rw]

  

  function RemoveIfExists();

  

  procedure Remove();

  

  function RemoveValueIfExists();

  

  procedure RemoveValue();

  

  function Iterate();

  

  function IteratorNext();

  

  function IteratorRemoveItem();

  

  function VisitAll();

  

end;

Inheritance

TIntPtrMap

  

|

TObject



CT Web help

CodeTyphon Studio