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

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
 

Detailed Description

Contains a single bin in the hashtable.

Typedef for as asm hash table.

Field Documentation

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

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