ANTLR3_VECTOR_FACTORY_struct (3) Linux Manual Page
ANTLR3_VECTOR_FACTORY_struct – Structure that tracks vectors in a vector and auto deletes the vectors in the vector factory when closed. Synopsis #include <antlr3collections.h> Data Fields void(* close )(struct ANTLR3_VECTOR_FACTORY_struct *factory) Function to close the vector factory. pANTLR3_STACK freeStack Consumers from the factory can release a factory produced vector back to the factory so that it…
