This section contains collection support for long Integers such as long. More...
Functions | |
RUAPI ru_uint | ruLongHash (trans_ptr key) |
Returns a hash for given long integer number. More... | |
RUAPI bool | ruLongMatch (trans_ptr s1, trans_ptr s2) |
Convenience long integer match function for Maps. More... | |
RUAPI int32_t | ruLongComp (trans_ptr testVal, trans_ptr existingVal) |
long integer comparator function for the ruType system More... | |
RUAPI ptr | ruLongRefPtr (ptr in) |
Returns the content of the given long integer address as pointer. More... | |
RUAPI int32_t | ruRefPtrLong (ptr src, ptr *dst) |
Copies the long integer stored in src to dst. More... | |
RUAPI ruType | ruTypeLong (void) |
Returns an ruType used for long integers. Example: More... | |
This section contains collection support for long Integers such as long.
long 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 long integer number.
key | Number to hash |
Convenience long integer match function for Maps.
s1 | First comparison int. |
s2 | Second comparison int. |
Returns the content of the given long integer address as pointer.
in | address to long integer |
Copies the long integer stored in src to dst.
src | Where the long integer is stored, usually in the collection. |
dst | Where the value will be copied to properly type casted. |
RUAPI ruType ruTypeLong | ( | void | ) |
Returns an ruType used for long integers. Example: