Adds a <TypeInformation> pointer if the type is not already resident in the array.
int32 AddUnique( TypeInformation p_oTypeInfo, int32 p_bUseAdjacency )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| TypeInformation | p_oTypeInfo | A pointer to the <TypeInformation> object to add to the array. |
| int32 | p_bUseAdjacency | If true, this will add the <TypeInformation> object to the end of the array, even if it is already present. |
None published. Please look for an example in the Simdify Scripting Language code base.