Class timagecache

Unit

Declaration

type timagecache = class(thashdatalist)

Description

This item has no description.

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;

This item has no description.

Protected procedure finalizeitem(const aitem: phashdataty) override;

This item has no description.

Protected function hashkey(const akey): hashvaluety override;

This item has no description.

Protected function checkkey(const akey; const aitem: phashdataty): boolean override;

This item has no description.

Public constructor create();

This item has no description.

Public procedure clear() override;

This item has no description.

Public function find(const adata: string; out aimage: maskedimagety): boolean;

This item has no description.

Public procedure add(const adata: string; const aimage: maskedimagety);

This item has no description.

Public procedure delete(const adata: string);

This item has no description.

Properties

Public property maxsize: int32 read fmaxsize write fmaxsize;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.