Class tpointerptruinthashdatalist

Unit

Declaration

type tpointerptruinthashdatalist = class(tptruinthashdatalist)

Description

No description available, ancestor tptruinthashdatalist description follows
No description available, ancestor thashdatalist description follows

Hierarchy

Overview

Methods

Protected procedure checkexact(const aitem: phashdataty; var accept: boolean); override;
Protected function getrecordsize(): int32 override;
Public procedure add(const akey: ptruint; const avalue: pointer);
Public function addunique(const akey: ptruint; const avalue: pointer): boolean;
Public procedure delete(const akey: ptruint; const avalue: pointer); overload;
Public function find(const akey: ptruint): pointer; overload;
Public function find(const akey: ptruint; out avalue: pointer): boolean; overload;
Public function first: ppointerptruinthashdataty;
Public function next: ppointerptruinthashdataty;
Public function last: ppointerptruinthashdataty;
Public function prev: ppointerptruinthashdataty;
Public procedure iterate(const akey: ptruint; const aiterator: pointerptruintiteratorprocty); overload;

Description

Methods

Protected procedure checkexact(const aitem: phashdataty; var accept: boolean); override;
 
Protected function getrecordsize(): int32 override;
 
Public procedure add(const akey: ptruint; const avalue: pointer);
 
Public function addunique(const akey: ptruint; const avalue: pointer): boolean;
 
Public procedure delete(const akey: ptruint; const avalue: pointer); overload;
 
Public function find(const akey: ptruint): pointer; overload;
 
Public function find(const akey: ptruint; out avalue: pointer): boolean; overload;
 
Public function first: ppointerptruinthashdataty;
 
Public function next: ppointerptruinthashdataty;
 
Public function last: ppointerptruinthashdataty;
 
Public function prev: ppointerptruinthashdataty;
 
Public procedure iterate(const akey: ptruint; const aiterator: pointerptruintiteratorprocty); overload;
 

Generated by PasDoc 0.16.0.