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
INTEGERmapTableIndexunique integer id of hash table used to store mapping between integer keys and instances
INTEGERintegerKeyan integer - unique id of an instance in hash table specified by mapTableIndex

Return Value

...

 

TypeNameComment
GENERICinstanceAn instance associated with specified integer key or indeterminate (unset value) if none was associated with the key

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "extension_schema" and parent = "5636522"