ANTLR3_VECTOR_FACTORY_struct Struct Reference

#include <antlr3collections.h>

Collaboration diagram for ANTLR3_VECTOR_FACTORY_struct:

Collaboration graph
[legend]

Detailed Description

Structure that tracks vectors in a vector and auto deletes the vectors in the vector factory when closed.

Data Fields

void(* close )(struct ANTLR3_VECTOR_FACTORY_struct *factory)
 Function to close the vector factory.
pANTLR3_VECTOR(* newVector )(struct ANTLR3_VECTOR_FACTORY_struct *factory)
 Function to supply a new vector.
pANTLR3_VECTOR vectors
 Vector of all the vectors created so far.

Field Documentation

Function to close the vector factory.

Referenced by antlr3VectorFactoryNew(), and factoryClose().

Function to supply a new vector.

Referenced by antlr3VectorFactoryNew().

Vector of all the vectors created so far.

Referenced by antlr3VectorFactoryNew(), closeVectorFactory(), and newVector().


The documentation for this struct was generated from the following file:

Generated on Wed Oct 1 14:13:19 2008 for ANTLR3C by  doxygen 1.5.5