Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
35 static const uint8_t BYTE_COUNTS[];
42 void set(int32_t bit);
45 bool getAndSet(int32_t bit);
48 void clear(int32_t bit);
51 bool get(int32_t bit);
63 int32_t getRecomputedCount();
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
boost::shared_ptr< LuceneObject > LuceneObjectPtr
Definition: LuceneTypes.h:539
Optimized implementation of a vector of bits.
Definition: BitVector.h:15
boost::shared_ptr< BitVector > BitVectorPtr
Definition: LuceneTypes.h:523
Definition: AbstractAllTermDocs.h:12
int32_t _count
Definition: BitVector.h:33
Base class for all Lucene classes.
Definition: LuceneObject.h:31
boost::shared_ptr< IndexInput > IndexInputPtr
Definition: LuceneTypes.h:493
boost::shared_ptr< Directory > DirectoryPtr
Definition: LuceneTypes.h:489
int32_t _size
Definition: BitVector.h:32
boost::shared_ptr< IndexOutput > IndexOutputPtr
Definition: LuceneTypes.h:494
clucene.sourceforge.net