Class timagecache

Unit

Declaration

type timagecache = class(thashdatalist)

Description

No description available, ancestor thashdatalist description follows

Hierarchy

Overview

Methods

Protected function getrecordsize(): int32 override;
Protected procedure finalizeitem(const aitem: phashdataty) override;
Protected function hashkey(const akey): hashvaluety override;
Protected function checkkey(const akey; const aitem: phashdataty): boolean override;
Public constructor create();
Public procedure clear() override;
Public function find(const adata: string; out aimage: maskedimagety): boolean;
Public procedure add(const adata: string; const aimage: maskedimagety);
Public procedure delete(const adata: string);

Properties

Public property maxsize: int32 read fmaxsize write fmaxsize;

Description

Methods

Protected function getrecordsize(): int32 override;
 
Protected procedure finalizeitem(const aitem: phashdataty) override;
 
Protected function hashkey(const akey): hashvaluety override;
 
Protected function checkkey(const akey; const aitem: phashdataty): boolean override;
 
Public constructor create();
 
Public procedure clear() override;
 
Public function find(const adata: string; out aimage: maskedimagety): boolean;
 
Public procedure add(const adata: string; const aimage: maskedimagety);
 
Public procedure delete(const adata: string);
 

Properties

Public property maxsize: int32 read fmaxsize write fmaxsize;
 

Generated by PasDoc 0.16.0.