TFPSMap : Property overview By inheritance
TFPSMap
Member | Visibility | Description |
---|---|---|
Data | public | Indexed access to the locations of all data items |
DataSize | public | Size (in bytes) for the data associated with keys |
Duplicates | public | What to do with duplicate key values |
KeyData | public | Access to data locations using key |
Keys | public | Indexed access to the locations of all keys |
KeySize | public | Size (in bytes) for the key |
Sorted | public | Is the map permanently sorted on key ? |
TFPSList
Member | Visibility | Description |
---|---|---|
Capacity | public | Current capacity of the list |
Count | public | Current element count |
First | public | Pointer to first non-empty item in the list |
Items | public | Items in the list |
ItemSize | public | Size of the items in the list |
Last | public | Pointer to last non-empty item in the list |
List | public | Internal list pointer |