Class thashstore
Unit
Declaration
type thashstore = class(thashdatalist)
Description
No description available, ancestor thashdatalist description follows
Hierarchy
- TObject
- thashdatalist
- thashstore
Overview
Methods
![]() |
function hashkey(const akey): hashvaluety override; |
![]() |
function checkkey(const akey; const aitem: phashdataty): boolean override; |
![]() |
function find(const aele: elementdataty): pelementhashdataty; |
![]() |
function find(const idents: identvecty): pelementhashdataty; |
![]() |
function add(const idents: identvecty; out aelement: pelementhashdataty): hashoffsetty; |
![]() |
function getrecordsize(): int32 override; |
![]() |
function datapo(const aoffs: hashoffsetty): pelementhashdataty; |
![]() |
procedure delete(const idents: identvecty); |
![]() |
procedure delete(const item: hashoffsetty); |
Description
Methods
![]() |
function hashkey(const akey): hashvaluety override; |
![]() |
function checkkey(const akey; const aitem: phashdataty): boolean override; |
![]() |
function find(const aele: elementdataty): pelementhashdataty; |
![]() |
function find(const idents: identvecty): pelementhashdataty; |
![]() |
function add(const idents: identvecty; out aelement: pelementhashdataty): hashoffsetty; |
![]() |
function getrecordsize(): int32 override; |
![]() |
function datapo(const aoffs: hashoffsetty): pelementhashdataty; |
![]() |
procedure delete(const idents: identvecty); |
![]() |
procedure delete(const item: hashoffsetty); |
Generated by PasDoc 0.16.0.

