Class thashedmsestrings

Unit

Declaration

type thashedmsestrings = class(TObject)

Description

Hierarchy

Overview

Methods

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

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: msestring; data: pointer = pointer($ffffffff)); overload;
 
Public procedure add(const keys: array of msestring; startindex: pointer = pointer($00000001)); overload;
 
Public procedure delete(const key: msestring); virtual;
 
Public function find(const key: msestring): pointer; overload;
 
Public function find(const key: lmsestringty): pointer; overload;
 
Public function findi(const key: msestring): pointer; overload;
 
Public function findi(const key: lmsestringty): pointer; overload;
 
Public function next: pmsedatastringty;
 

Properties

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

Generated by PasDoc 0.16.0.