#define LUCENE_CLASS(Name)
Definition LuceneObject.h:24
Utility template class to handle collections that can be safely copied and shared.
Definition Collection.h:17
Definition IntBlockPool.h:14
int32_t intUpto
Definition IntBlockPool.h:25
IntBlockPool(const DocumentsWriterPtr &docWriter, bool trackAllocations)
int32_t bufferUpto
Definition IntBlockPool.h:24
DocumentsWriterWeakPtr _docWriter
Definition IntBlockPool.h:32
Collection< IntArray > buffers
Definition IntBlockPool.h:22
bool trackAllocations
Definition IntBlockPool.h:29
IntArray buffer
Definition IntBlockPool.h:27
int32_t intOffset
Definition IntBlockPool.h:28
Base class for all Lucene classes.
Definition LuceneObject.h:31
Definition AbstractAllTermDocs.h:12
boost::shared_ptr< DocumentsWriter > DocumentsWriterPtr
Definition LuceneTypes.h:123
boost::weak_ptr< DocumentsWriter > DocumentsWriterWeakPtr
Definition LuceneTypes.h:123