Unit AdContainers

DescriptionusesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

This unit contains some container classes for the every day use in andorra 2d.

Overview

Classes, Interfaces, Objects and Records

Name Description
record TAdLinkedListItem A list item used in TAdLinked list.
Class TAdLinkedList A linked list class.
Class TAdMapKey An abstract class for the use in TAdMap.
record TAdMapPair Represents a key and a value stored in the hash map.
Class TAdMap A simple bucket hash map class.

Types

PAdLinkedListItem = ˆTAdLinkedListItem;
PAdLinkedList = ˆTAdLinkedList;
PAdMapPair = ˆTAdMapPair;

Constants

UpperRehashBound = 1;
LowerRehashBound = 0.25;
RehashFactor = 2;

Description

Types

PAdLinkedListItem = ˆTAdLinkedListItem;

Pointer on TAdLinkedListItem

PAdLinkedList = ˆTAdLinkedList;

Pointer on a TAdLinkedList.

PAdMapPair = ˆTAdMapPair;

Pointer on TAdMapPair.

Constants

UpperRehashBound = 1;
 
LowerRehashBound = 0.25;
 
RehashFactor = 2;
 

SourceForge.net Logo


Generated by PasDoc 0.11.0 on 2008-12-31 14:31:59