antlr3-ptr (3) Linux Manual Page
NAME ANTLR3_TRIE_ENTRY_struct – Structure that holds the payload entry in an ANTLR3_INT_TRIE or ANTLR3_STRING_TRIE. SYNOPSIS #include <antlr3collections.h> Public Member Functions void (ANTLR3_CDECL *freeptr)(void *) Data Fields union { ANTLR3_INTKEY intVal void * ptr } data struct ANTLR3_TRIE_ENTRY_struct * next ANTLR3_UINT32 type Detailed Description Structure that holds the payload entry in an ANTLR3_INT_TRIE or ANTLR3_STRING_TRIE. Member…
