Vowpal Wabbit
|
This is the complete list of members for v_hashmap< K, V >, including all inherited members.
base_size() | v_hashmap< K, V > | inline |
clear() | v_hashmap< K, V > | inline |
contains(const K &key, size_t hash) | v_hashmap< K, V > | inline |
dat | v_hashmap< K, V > | |
default_value | v_hashmap< K, V > | |
delete_v() | v_hashmap< K, V > | inline |
double_size() | v_hashmap< K, V > | inline |
eq_data | v_hashmap< K, V > | |
equivalent | v_hashmap< K, V > | |
equivalent_no_data | v_hashmap< K, V > | |
get(const K &key, uint64_t hash) | v_hashmap< K, V > | inline |
init(size_t min_size, const V &def, bool(*eq)(const K &, const K &)) | v_hashmap< K, V > | inline |
init(size_t min_size, bool(*eq)(const K &, const K &)) | v_hashmap< K, V > | inline |
init_dat(size_t min_size, const V &def, bool(*eq)(void *, const K &, const K &), void *eq_dat=nullptr) | v_hashmap< K, V > | inline |
is_equivalent(const K &key, const K &key2) | v_hashmap< K, V > | inline |
iter(void(*func)(K, V)) | v_hashmap< K, V > | inline |
iterator() | v_hashmap< K, V > | inline |
iterator_get_value(void *el) | v_hashmap< K, V > | inline |
iterator_next(void *prev) | v_hashmap< K, V > | inline |
last_position | v_hashmap< K, V > | |
num_occupants | v_hashmap< K, V > | |
put(const K &key, uint64_t hash, const V &val) | v_hashmap< K, V > | inline |
put_after_get(const K &key, uint64_t hash, const V &val) | v_hashmap< K, V > | inline |
put_after_get_nogrow(const K &key, uint64_t hash, const V &val) | v_hashmap< K, V > | inline |
set_default_value(const V &def) | v_hashmap< K, V > | inline |
set_equivalent(bool(*eq)(void *, const K &, const K &), void *eq_dat=nullptr) | v_hashmap< K, V > | inline |
set_equivalent(bool(*eq)(const K &, const K &)) | v_hashmap< K, V > | inline |
size() | v_hashmap< K, V > | inline |
v_hashmap(size_t min_size, const V &def, bool(*eq)(void *, const K &, const K &), void *eq_dat=nullptr) | v_hashmap< K, V > | inline |
v_hashmap(size_t min_size, V &def, bool(*eq)(const K &, const K &)) | v_hashmap< K, V > | inline |
v_hashmap() | v_hashmap< K, V > | inline |
~v_hashmap() | v_hashmap< K, V > | inline |