hash_bucket Struct Reference

Struct used to maintain individual records in the hashmap. More...

#include <dictionary_types.h>

Collaboration diagram for hash_bucket:

Public Attributes

char status
 
ion_byte_t data []
 

Detailed Description

Struct used to maintain individual records in the hashmap.

Definition at line 445 of file dictionary_types.h.

Member Data Documentation

ion_byte_t hash_bucket::data[]

the data in the bucket

Definition at line 447 of file dictionary_types.h.

char hash_bucket::status

the status of the bucket

Definition at line 446 of file dictionary_types.h.


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