Contnrs
Contents |
Delphi Information
Array
| TBucketArray | |
| TBucketItemArray |
Class
| TBucketList |
TBucketList is a simple hash table that stores pointers indexed by pointers. |
| TClassList |
TClassList maintains a list of classes. |
| TComponentList |
TComponentList maintains a list of components, updating itself when a component is freed. |
| TCustomBucketList |
TCustomBucketList is the base class for lists that store items under a limited number of categories. |
| TIntegerBucketList | |
| TObjectBucketList |
TObjectBucketList is a simple hash table that stores objects that are identified by other objects. |
| TObjectList |
TObjectList maintains a list of (owned) objects. |
| TObjectQueue |
TObjectQueue maintains a first-in first-out list of objects. |
| TObjectStack |
TObjectStack maintains a last-in first-out list of objects. |
| TOrderedList |
TOrderedList maintains an array of pointers that must be accessed in serial order. |
| TQueue |
TQueue maintains a first-in first-out array of pointers. |
| TStack |
TStack maintains a last-in first-out array of pointers. |
Enum
| TBucketListSizes |
TBucketListSizes indicates the number of distinct buckets in a TBucketList object. |
Function
| RaiseListError |
Struct
| TBucket |
TBucketArray and TBucket represent a list of buckets that each store an array of items. |
| TBucketItem |
TBucketItemArray and TBucketItem represent the items in a TBucket record (Delphi) or structure (C++). |
C++ Information
Class
| TBucket |
TBucketArray and TBucket represent a list of buckets that each store an array of items. |
| TBucketItem |
TBucketItemArray and TBucketItem represent the items in a TBucket record (Delphi) or structure (C++). |
| TBucketList |
TBucketList is a simple hash table that stores pointers indexed by pointers. |
| TClassList |
TClassList maintains a list of classes. |
| TComponentList |
TComponentList maintains a list of components, updating itself when a component is freed. |
| TCustomBucketList |
TCustomBucketList is the base class for lists that store items under a limited number of categories. |
| TIntegerBucketList | |
| TObjectBucketList |
TObjectBucketList is a simple hash table that stores objects that are identified by other objects. |
| TObjectList |
TObjectList maintains a list of (owned) objects. |
| TObjectQueue |
TObjectQueue maintains a first-in first-out list of objects. |
| TObjectStack |
TObjectStack maintains a last-in first-out list of objects. |
| TOrderedList |
TOrderedList maintains an array of pointers that must be accessed in serial order. |
| TQueue |
TQueue maintains a first-in first-out array of pointers. |
| TStack |
TStack maintains a last-in first-out array of pointers. |
Enum
| TBucketListSizes |
TBucketListSizes indicates the number of distinct buckets in a TBucketList object. |
Function
| RaiseListError |
Typedef
| TBucketArray | |
| TBucketEvent | |
| TBucketItemArray | |
| TBucketProc |