ANTLR3_STRING_FACTORY_struct (3) Linux Manual Page
ANTLR3_STRING_FACTORY_struct – Definition of the string factory interface, which creates and tracks strings for you of various shapes and sizes. Synopsis#include <antlr3string.h> Data Fieldsvoid(* close )(struct ANTLR3_STRING_FACTORY_struct *factory) Pointer to function that closes the factory. void(* destroy )(struct ANTLR3_STRING_FACTORY_struct *factory, pANTLR3_STRING string) Pointer to function that deletes the string altogether. ANTLR3_UINT32 index pANTLR3_STRING(* newPtr )(struct…
