Class thashedstrings

Unit

Declaration

type thashedstrings = class(TObject)

Description

Hierarchy

Overview

Methods

Public constructor create;
Public procedure clear; virtual;
Public procedure add(const key: string; data: pointer = pointer($ffffffff)); overload;
Public procedure add(const keys: array of string; startindex: pointer = pointer($00000001)); overload;
Public procedure delete(const key: lstringty); overload; virtual;
Public procedure delete(const key: string); overload;
Public function find(const key: string): pointer; overload;
Public function find(const key: lstringty): pointer; overload;
Public function findi(const key: string): pointer; overload;
Public function findi(const key: lstringty): pointer; overload;
Public function next: pdatastringty;

Properties

Public property bucketcount: integer read getbucketcount write setbucketcount default defaultbucketcount;
Public property count: integer read fcount;

Description

Methods

Public constructor create;
 
Public procedure clear; virtual;
 
Public procedure add(const key: string; data: pointer = pointer($ffffffff)); overload;
 
Public procedure add(const keys: array of string; startindex: pointer = pointer($00000001)); overload;
 
Public procedure delete(const key: lstringty); overload; virtual;
 
Public procedure delete(const key: string); overload;
 
Public function find(const key: string): pointer; overload;
 
Public function find(const key: lstringty): pointer; overload;
 
Public function findi(const key: string): pointer; overload;
 
Public function findi(const key: lstringty): pointer; overload;
 
Public function next: pdatastringty;
 

Properties

Public property bucketcount: integer read getbucketcount write setbucketcount default defaultbucketcount;
 
Public property count: integer read fcount;
 

Generated by PasDoc 0.16.0.