All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields
as_hashmap_element Struct Reference

Detailed Description

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"

+ Collaboration diagram for as_hashmap_element:

Data Fields

uint32_t next
 
as_valp_key
 
as_valp_val
 

Field Documentation

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.


The documentation for this struct was generated from the following file: