|
UFO: Alien Invasion
|
The linked list item. More...

Data Fields | |
| void * | key |
| int | nkey |
| void * | value |
| int | nvalue |
| hashItem_s * | next |
| hashBucket_s * | root |
The linked list item.
Definition at line 68 of file hashtable.cpp.
| void* hashItem_s::key |
< The key stored in this entry. The key length in bytes.
Definition at line 70 of file hashtable.cpp.
Referenced by HASH_CloneTable().
| hashItem_s* hashItem_s::next |
Points to the bucket holding the list.
Definition at line 78 of file hashtable.cpp.
Referenced by HASH_Remove().
| int hashItem_s::nkey |
The value stored in this entry.
Definition at line 72 of file hashtable.cpp.
Referenced by HASH_CloneTable().
| int hashItem_s::nvalue |
Points to the next item in the list, or NULL.
Definition at line 76 of file hashtable.cpp.
Referenced by HASH_CloneTable().
| hashBucket_s* hashItem_s::root |
Definition at line 80 of file hashtable.cpp.
| void* hashItem_s::value |
The value lenght in bytes.
Definition at line 74 of file hashtable.cpp.
Referenced by HASH_CloneTable().