![]() |
Internal structure only for use by as_hashmap and as_hashmap_iterator.
Definition at line 32 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 35 of file as_hashmap.h.
as_val* as_hashmap_element::p_key |
Definition at line 33 of file as_hashmap.h.
as_val* as_hashmap_element::p_val |
Definition at line 34 of file as_hashmap.h.