Home
|
GR32_Containers
|
|
TPointerMap
Hierarchy
TObject
Description
TPointerMap implements a simple pointer to pointer map. It uses a hash-like structure internally, thus, data lookup is very fast compared to an iterative approach - especially if you have many entries in the map. However, it is also more limited than a list approach since it does not support index based operation. If you need to iterate through a pointer map please refer to TPointerMapIterator.
Reference
| Properties | Methods |
|---|---|
| In TPointerMap: | |
| Count | Add |
| Data | Clear |
| Contains | |
| Find | |
| Remove | |
See Also
Copyright ©2000-2007 Alex Denisov and Contributors - Graphics32 v1.8.3 - Build on 4-March-2007
Home
GR32_Containers