T.I.M | Toolchain Documentation
|
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... | |
Keeps a key,value pairing of elements. It's a hash table folks.
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.