![]() |
Internal structure only for use by as_hashmap and as_hashmap_iterator.
Definition at line 36 of file as_hashmap.h.
#include "as_hashmap.h"
Data Fields | |
uint32_t | next |
as_val * | p_key |
as_val * | p_val |
uint32_t as_hashmap_element::next |
Definition at line 39 of file as_hashmap.h.
as_val* as_hashmap_element::p_key |
Definition at line 37 of file as_hashmap.h.
as_val* as_hashmap_element::p_val |
Definition at line 38 of file as_hashmap.h.