ANTLR3C
3.3.1
|
Internal structure of a hash table bucket, which tracks all keys that hash to the same bucket. More...
#include <antlr3collections.h>
Data Fields | |
pANTLR3_HASH_ENTRY | entries |
Pointer to the first entry in the bucket (if any, it may be NULL). |
Internal structure of a hash table bucket, which tracks all keys that hash to the same bucket.
Pointer to the first entry in the bucket (if any, it may be NULL).
Duplicate entries are chained from here.
Referenced by antlr3EnumNew(), antlr3EnumNextEntry(), antlr3HashFree(), antlr3HashGet(), antlr3HashGetI(), antlr3HashPut(), antlr3HashPutI(), antlr3HashRemove(), antlr3HashRemoveI(), and antlr3HashTableNew().