ANTLR3_BITSET_LIST_struct

Langue: en

Version: 382097 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

ANTLR3_BITSET_LIST_struct -

SYNOPSIS


#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

pANTLR3_BITWORD ANTLR3_BITSET_LIST_struct::bits

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().

ANTLR3_UINT32 ANTLR3_BITSET_LIST_struct::length

Length of the current bit set in ANTLR3_UINT64 units.

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

Author

Generated automatically by Doxygen for ANTLR3C from the source code.