ANTLR3_HASH_BUCKET_struct (3) Linux Manual Page
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 FieldspANTLR3_HASH_ENTRY entries Pointer to the first entry in the bucket (if any, it may be NULL). Detailed DescriptionInternal structure of a hash table bucket, which tracks all keys that hash to the same…
