ANTLR3_HASH_TABLE_struct (3) Linux Manual Page
ANTLR3_HASH_TABLE_struct – Structure that tracks a hash table. Synopsis#include <antlr3collections.h> Data Fieldsint allowDups Indicates whether the table allows duplicate keys. pANTLR3_HASH_BUCKET buckets Points to the memory where the array of buckets starts. ANTLR3_UINT32 count How many elements currently exist in the table. void(* del )(struct ANTLR3_HASH_TABLE_struct *table, void *key) void(* delI )(struct ANTLR3_HASH_TABLE_struct *table, ANTLR3_INTKEY…
