Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
themeConfluence
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

...

TypeNameComment
INTEGERmapTableIndexcommentsunique integer id of hash table used to store mapping between integer keys and instances
INTEGERintegerKey an integer - unique id of an instance in hash table specified by mapTableIndex

Return Value

...

 

TypeNameComment
GENERICinstancecomments

...