Class TTileObjectCache
Unit
Declaration
type TTileObjectCache = class(TObject)
Description
Abstract object cache class indexed by tiles with fixed capacity organised as queue. For internal use only
Hierarchy
- TObject
- TTileObjectCache
Overview
Methods
constructor Create(Capacity: Cardinal; SizeLimit: Cardinal); |
|
destructor Destroy; override; |
|
procedure Push(const Tile: TTile; Obj: TObject; Size: Cardinal); |
|
function Find(const Tile: TTile): TObject; |
|
procedure Clear; |
Description
Methods
constructor Create(Capacity: Cardinal; SizeLimit: Cardinal); |
|
This item has no description. |
destructor Destroy; override; |
|
This item has no description. |
procedure Push(const Tile: TTile; Obj: TObject; Size: Cardinal); |
|
This item has no description. |
function Find(const Tile: TTile): TObject; |
|
This item has no description. |
procedure Clear; |
|
This item has no description. |
Generated by PasDoc 0.16.0.