Hashmap for integer values header.
More...
#include "util/u_hashmap.h"
#include <unordered_map>
#include <vector>
Hashmap for integer values header.
- Author
- Jakob Bornecrantz jakob.nosp@m.@col.nosp@m.labor.nosp@m.a.co.nosp@m.m
◆ u_hashmap_int_create()
int u_hashmap_int_create |
( |
struct u_hashmap_int ** |
out_hashmap_int | ) |
|
◆ u_hashmap_int_destroy()
◆ u_hashmap_int_erase()
int u_hashmap_int_erase |
( |
struct u_hashmap_int * |
hmi, |
|
|
uint64_t |
key |
|
) |
| |
◆ u_hashmap_int_find()
int u_hashmap_int_find |
( |
struct u_hashmap_int * |
hmi, |
|
|
uint64_t |
key, |
|
|
void ** |
out_item |
|
) |
| |
◆ u_hashmap_int_insert()
int u_hashmap_int_insert |
( |
struct u_hashmap_int * |
hmi, |
|
|
uint64_t |
key, |
|
|
void * |
value |
|
) |
| |