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 60 #endif //INC_BitSet_hpp__ Definition: ANTLRException.hpp:15
#define ANTLR_API
Definition: config.hpp:22
Definition: BitSet.hpp:40
#define ANTLR_USE_NAMESPACE(_x_)
Definition: config.hpp:18