Main Page
Modules
Related Pages
S
earch for
Axl Hash: A hash table used by Axl Library
axl_hash_copy
axl_hash_equal_int
axl_hash_equal_string
axl_hash_exists
axl_hash_foreach
axl_hash_foreach2
axl_hash_foreach3
axl_hash_foreach4
axl_hash_free
axl_hash_get
axl_hash_insert
axl_hash_insert_full
axl_hash_int
axl_hash_items
axl_hash_new
axl_hash_new_full
axl_hash_remove
axl_hash_string
unsigned int axl_hash_int
(
axlPointer
key
)
Convenience hashing function to store keys that are integers.
Parameters:
key
The key that is supported to contain a int value stored using
INT_TO_PTR
.
Returns:
The index in the hash where is located the associated data.