![]() |
T.I.M | Toolchain Documentation
|
Contains a single bin in the hashtable. More...
#include <asm.h>
Data Fields | |
| void * | data |
| Pointer to the data item inserted. More... | |
| char * | key |
| The key of the data. More... | |
| asm_hash_table_bin * | next |
| Pointer to the next data item in a linked list. More... | |
| char | used |
Contains a single bin in the hashtable.
Typedef for as asm hash table.
| void* asm_hash_table_bin::data |
Pointer to the data item inserted.
| char* asm_hash_table_bin::key |
The key of the data.
| asm_hash_table_bin* asm_hash_table_bin::next |
Pointer to the next data item in a linked list.
| char asm_hash_table_bin::used |