This section contains collection support for Pointer size Integers such as intptr_t or ru_int. More...
Functions | |
RUAPI ru_uint | ruPtrHash (trans_ptr key) |
Returns a hash for given pointer size integer number. More... | |
RUAPI bool | ruPtrMatch (trans_ptr s1, trans_ptr s2) |
Convenience pointer size integer match function for Maps. More... | |
RUAPI int32_t | ruPtrComp (trans_ptr testVal, trans_ptr existingVal) |
Pointer size integer comparator function for the ruType system. More... | |
RUAPI ruType | ruTypeIntPtr (void) |
Returns an ruType used for pointer size integers. Example: More... | |
This section contains collection support for Pointer size Integers such as intptr_t or ru_int.
Pointer size integer comparator function for the ruType system.
testVal | Value to compare against existing value. |
existingVal | The existing value to compare testVal to. |
Returns a hash for given pointer size integer number.
key | Number to hash |
Convenience pointer size integer match function for Maps.
s1 | First comparison int. |
s2 | Second comparison int. |
RUAPI ruType ruTypeIntPtr | ( | void | ) |
Returns an ruType used for pointer size integers. Example: