ANTLR3_HASH_BUCKET_struct (3) - Linux Manuals
NAME
ANTLR3_HASH_BUCKET_struct -
Internal structure of a hash table bucket, which tracks all keys that hash to the same bucket.
SYNOPSIS
#include <antlr3collections.h>
Data Fields
pANTLR3_HASH_ENTRY entries
Pointer to the first entry in the bucket (if any, it may be NULL).
Detailed Description
Internal structure of a hash table bucket, which tracks all keys that hash to the same bucket.
Field Documentation
pANTLR3_HASH_ENTRY ANTLR3_HASH_BUCKET_struct::entries
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().
Author
Generated automatically by Doxygen for ANTLR3C from the source code.