Class thashedstrings

Unit

Declaration

type thashedstrings = class(TObject)

Description

This item has no 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;

This item has no description.

Public procedure clear; virtual;

This item has no description.

Public procedure add(const key: string; data: pointer = pointer($ffffffff)); overload;

This item has no description.

Public procedure add(const keys: array of string; startindex: pointer = pointer($00000001)); overload;

This item has no description.

Public procedure delete(const key: lstringty); overload; virtual;

This item has no description.

Public procedure delete(const key: string); overload;

This item has no description.

Public function find(const key: string): pointer; overload;

This item has no description.

Public function find(const key: lstringty): pointer; overload;

This item has no description.

Public function findi(const key: string): pointer; overload;

This item has no description.

Public function findi(const key: lstringty): pointer; overload;

This item has no description.

Public function next: pdatastringty;

This item has no description.

Properties

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

This item has no description.

Public property count: integer read fcount;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.