Class tbucketlist
Unit
Declaration
type tbucketlist = class(TObject)
Description
This item has no description.
Hierarchy
- TObject
- tbucketlist
Overview
Fields
| Protected | fcount: integer; |
Methods
| Protected | procedure freedata(var data); virtual; |
| Protected | procedure initdata(var data); virtual; |
| Protected | function add(const key: ptruint; const data): pointer; |
| Protected | function internalfind(const key: ptruint; var bucket,index: integer): boolean; |
| Protected | function find(const key: ptruint): pointer; |
| Protected | function next: pointer; |
| Public | constructor create(recordsize: integer; abucketcount: integer = defaultbucketcount); |
| Public | destructor destroy; override; |
| Public | procedure clear; |
| Public | function count: integer; |
| Public | function delete(const key: ptruint): boolean; |
Description
Fields
| Protected | fcount: integer; |
|
This item has no description. | |
Methods
| Protected | procedure freedata(var data); virtual; |
|
This item has no description. | |
| Protected | procedure initdata(var data); virtual; |
|
This item has no description. | |
| Protected | function add(const key: ptruint; const data): pointer; |
|
This item has no description. | |
| Protected | function internalfind(const key: ptruint; var bucket,index: integer): boolean; |
|
This item has no description. | |
| Protected | function find(const key: ptruint): pointer; |
|
This item has no description. | |
| Protected | function next: pointer; |
|
This item has no description. | |
| Public | constructor create(recordsize: integer; abucketcount: integer = defaultbucketcount); |
|
This item has no description. | |
| Public | destructor destroy; override; |
|
This item has no description. | |
| Public | procedure clear; |
|
This item has no description. | |
| Public | function count: integer; |
|
This item has no description. | |
| Public | function delete(const key: ptruint): boolean; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.