antlr3-table (3) Linux Manual Page
NAME ANTLR3_HASH_ENUM_struct – Internal structure representing an enumeration of a table. SYNOPSIS #include <antlr3collections.h> Data Fields ANTLR3_UINT32 bucket pANTLR3_HASH_ENTRY entry void(* free )(struct ANTLR3_HASH_ENUM_struct *table) int(* next )(struct ANTLR3_HASH_ENUM_struct *en, pANTLR3_HASH_KEY *key, void **data) pANTLR3_HASH_TABLE table Detailed Description Internal structure representing an enumeration of a table. This is returned by antlr3Enumeration() Allows the programmer to…
