ANTLR3_BITSET_LIST_struct Struct Reference

#include <antlr3bitset.h>


Data Fields

pANTLR3_BITWORD bits
 Pointer to the allocated array of bits for this bit set, which is an array of 64 bit elements (of the architecture).
ANTLR3_UINT32 length
 Length of the current bit set in ANTLR3_UINT64 units.


Field Documentation

Pointer to the allocated array of bits for this bit set, which is an array of 64 bit elements (of the architecture).

If we find a machine/C compiler that does not know anything about 64 bit values then it should be easy enough to produce a 32 bit (or less) version of the bitset code. Note that the pointer here may be static if laid down by the code generation, and it must be copied if it is to be manipulated to perform followset calculations.

Referenced by antlr3BitsetAdd(), antlr3BitsetClone(), antlr3BitsetCopy(), antlr3BitsetEquals(), antlr3BitsetFree(), antlr3BitsetIsNil(), antlr3BitsetLoad(), antlr3BitsetMember(), antlr3BitsetNew(), antlr3BitsetORInPlace(), antlr3BitsetRemove(), antlr3BitsetSize(), and grow().


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

Generated on Mon Nov 29 17:24:03 2010 for ANTLR3C by  doxygen 1.5.5