antlr3-keybase (3) Linux Manual Page
NAME ANTLR3_HASH_ENTRY_struct – Internal structure representing an element in a hash bucket. SYNOPSIS #include <antlr3collections.h> Public Member Functions void (ANTLR3_CDECL *free)(void *data) Pointer to routine that knows how to release the memory structure pointed at by data. Data Fields void * data Pointer to the data for this particular entry. ANTLR3_HASH_KEY keybase Key that created…
