| 19 CxHashKey cx_hash_key_cxstr(cxstring str); |
19 CxHashKey cx_hash_key_cxstr(cxstring str); |
| 20 CxHashKey cx_hash_key_u32(uint32_t x); |
20 CxHashKey cx_hash_key_u32(uint32_t x); |
| 21 CxHashKey cx_hash_key_u64(uint64_t x); |
21 CxHashKey cx_hash_key_u64(uint64_t x); |
| 22 |
22 |
| 23 int cx_hash_key_cmp(const CxHashKey *left, const CxHashKey *right); |
23 int cx_hash_key_cmp(const CxHashKey *left, const CxHashKey *right); |
| |
24 |
| |
25 cxstring cx_hash_key_as_string(const CxHashKey *key); |
| 24 ``` |
26 ``` |
| 25 |
27 |
| 26 ## Description |
28 ## Description |
| 27 |
29 |
| 28 The primary function for creating a `CxHashKey` structure from non-integers is `cx_hash_key()`. |
30 The primary function for creating a `CxHashKey` structure from non-integers is `cx_hash_key()`. |