1#ifndef INC_BitSet_hpp__
2#define INC_BitSet_hpp__
15#ifdef ANTLR_CXX_SUPPORTS_NAMESPACE
45 BitSet(
unsigned int nbits=64 );
46 BitSet(
const unsigned long* bits_,
unsigned int nlongs);
49 void add(
unsigned int el );
51 bool member(
unsigned int el )
const;
56#ifdef ANTLR_CXX_SUPPORTS_NAMESPACE
std ::vector< bool > storage
Definition BitSet.hpp:42
#define ANTLR_USE_NAMESPACE(_x_)
Definition config.hpp:18
#define ANTLR_API
Definition config.hpp:22
Definition ANTLRException.hpp:15