T.I.M | Toolchain Documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
asm_hash_table Struct Reference

Keeps a key,value pairing of elements. It's a hash table folks. More...

#include <asm.h>

Data Fields

asm_hash_table_bin * buckets
 Holds the internal data. More...
 
int current_size
 The current size of the hash tables internal data structure. More...
 
int element_count
 A running count of the number of elements in the hashtable. More...
 

Detailed Description

Keeps a key,value pairing of elements. It's a hash table folks.

Field Documentation

asm_hash_table_bin* asm_hash_table::buckets

Holds the internal data.

int asm_hash_table::current_size

The current size of the hash tables internal data structure.

Referenced by asm_hash_table_get().

int asm_hash_table::element_count

A running count of the number of elements in the hashtable.


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