EWAHBoolArray 0.8.0
A compressed bitmap class in C++
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 Newah
 CBitmapStatisticsThis object is returned by the compressed bitmap as a statistical descriptor
 CBoolArrayA dynamic bitset implementation
 CBufferedRunningLengthWordSame as RunningLengthWord, except that the values are buffered for quick access
 CConstRunningLengthWordSame as RunningLengthWord, except that the values cannot be modified
 CEWAHBoolArrayThis class is a compressed bitmap
 CEWAHBoolArrayIteratorIterate over words of bits from a compressed bitmap
 CEWAHBoolArrayRawIteratorThis is a low-level iterator
 CEWAHBoolArraySetBitForwardIteratorUsed to go through the set bits
 CRunningLengthWordFor expert users