|
Monado OpenXR Runtime
|
Hashmap for integer values header. More...

Data Structures | |
| struct | u_hashmap_int |
| A simple uint64_t key to a void pointer hashmap. More... | |
Functions | |
| int | u_hashmap_int_create (struct u_hashmap_int **out_hashmap_int) |
| int | u_hashmap_int_destroy (struct u_hashmap_int **hmi) |
| int | u_hashmap_int_find (struct u_hashmap_int *hmi, uint64_t key, void **out_item) |
| int | u_hashmap_int_insert (struct u_hashmap_int *hmi, uint64_t key, void *value) |
| int | u_hashmap_int_erase (struct u_hashmap_int *hmi, uint64_t key) |
| void | u_hashmap_int_clear_and_call_for_each (struct u_hashmap_int *hmi, u_hashmap_int_callback cb, void *priv) |
| First clear the hashmap and then call the given callback with each item that was in the hashmap. More... | |
Hashmap for integer values header.
1.8.13