Vowpal Wabbit
|
#include <v_hashmap.h>
Public Attributes | |
bool | occupied |
K | key |
V | val |
uint64_t | hash |
Definition at line 17 of file v_hashmap.h.
uint64_t v_hashmap< K, V >::hash_elem::hash |
Definition at line 22 of file v_hashmap.h.
Referenced by v_hashmap< size_t, features >::get(), v_hashmap< size_t, features >::put(), v_hashmap< size_t, features >::put_after_get(), and v_hashmap< size_t, features >::put_after_get_nogrow().
K v_hashmap< K, V >::hash_elem::key |
Definition at line 20 of file v_hashmap.h.
Referenced by v_hashmap< size_t, features >::put(), v_hashmap< size_t, features >::put_after_get(), and v_hashmap< size_t, features >::put_after_get_nogrow().
bool v_hashmap< K, V >::hash_elem::occupied |
Definition at line 19 of file v_hashmap.h.
Referenced by v_hashmap< size_t, features >::contains(), v_hashmap< size_t, features >::get(), and v_hashmap< size_t, features >::put_after_get().
V v_hashmap< K, V >::hash_elem::val |
Definition at line 21 of file v_hashmap.h.
Referenced by v_hashmap< size_t, features >::put_after_get_nogrow().