ANTLR3_HASH_KEY_struct (3) Linux Manual Page
ANTLR3_HASH_KEY_struct – Synopsis#include <antlr3collections.h> Data Fieldsunion { ANTLR3_INTKEY iKey used if type is ANTLR3_HASH_TYPE_INT pANTLR3_UINT8 sKey Used if type is ANTLR3_HASH_TYPE_STR. } key ANTLR3_UINT8 type One of #ANTLR3_HASH_TYPE_INT or #ANTLR3_HASH_TYPE_STR. Field DocumentationANTLR3_INTKEY ANTLR3_HASH_KEY_struct::iKeyused if type is ANTLR3_HASH_TYPE_INT Referenced by antlr3HashGetI(), antlr3HashPutI(), and antlr3HashRemoveI(). union { … } ANTLR3_HASH_KEY_struct::key" Referenced by antlr3HashFree(), antlr3HashGet(), antlr3HashGetI(), antlr3HashPut(), antlr3HashPutI(),…
