ANTLR3_BITSET_struct Struct Reference

#include <antlr3bitset.h>

Collaboration diagram for ANTLR3_BITSET_struct:

Collaboration graph
[legend]

Data Fields

void(* add )(struct ANTLR3_BITSET_struct *bitset, ANTLR3_INT32 bit)
ANTLR3_BITSET_LIST blist
 The actual bits themselves.
pANTLR3_BITSET(* bor )(struct ANTLR3_BITSET_struct *bitset1, struct ANTLR3_BITSET_struct *bitset2)
void(* borInPlace )(struct ANTLR3_BITSET_struct *bitset, struct ANTLR3_BITSET_struct *bitset2)
pANTLR3_BITSET(* clone )(struct ANTLR3_BITSET_struct *inSet)
ANTLR3_BOOLEAN(* equals )(struct ANTLR3_BITSET_struct *bitset1, struct ANTLR3_BITSET_struct *bitset2)
void(* free )(struct ANTLR3_BITSET_struct *bitset)
void(* grow )(struct ANTLR3_BITSET_struct *bitset, ANTLR3_INT32 newSize)
ANTLR3_BOOLEAN(* isMember )(struct ANTLR3_BITSET_struct *bitset, ANTLR3_UINT32 bit)
ANTLR3_BOOLEAN(* isNilNode )(struct ANTLR3_BITSET_struct *bitset)
ANTLR3_UINT32(* numBits )(struct ANTLR3_BITSET_struct *bitset)
void(* remove )(struct ANTLR3_BITSET_struct *bitset, ANTLR3_UINT32 bit)
ANTLR3_UINT32(* size )(struct ANTLR3_BITSET_struct *bitset)
pANTLR3_INT32(* toIntList )(struct ANTLR3_BITSET_struct *bitset)

Field Documentation

Referenced by antlr3BitsetSetAPI().

Referenced by antlr3BitsetSetAPI().

Referenced by antlr3BitsetSetAPI().

Referenced by antlr3BitsetSetAPI().

Referenced by antlr3BitsetSetAPI().


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