xpfGetIntegerMap
FUNCTION xpfGetIntegerMap (mapTableIndex : INTEGER; integerKey : INTEGER) instance : GENERIC
Use this function to get instance mapped to an integer key. The mapping shall be defined before by call to xpxMapInteger(mapTableIndex, integerKey, instance).Â
Arguments
Type | Name | Comment |
INTEGER | mapTableIndex | unique integer id of hash table used to store mapping between integer keys and instances |
INTEGER | integerKey | an integer - unique id of an instance in hash table specified by mapTableIndex |
Return Value
Â
Type | Name | Comment |
GENERIC | instance | An instance associated with specified integer key or indeterminate (unset value) if none was associated with the key |
Options
Â
Example
<Missing Example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â