EWAHBoolArray 0.8.0
A compressed bitmap class in C++
|
▼Newah | |
CBitmapStatistics | This object is returned by the compressed bitmap as a statistical descriptor |
CBoolArray | A dynamic bitset implementation |
CBufferedRunningLengthWord | Same as RunningLengthWord, except that the values are buffered for quick access |
CConstRunningLengthWord | Same as RunningLengthWord, except that the values cannot be modified |
CEWAHBoolArray | This class is a compressed bitmap |
CEWAHBoolArrayIterator | Iterate over words of bits from a compressed bitmap |
CEWAHBoolArrayRawIterator | This is a low-level iterator |
CEWAHBoolArraySetBitForwardIterator | Used to go through the set bits |
CRunningLengthWord | For expert users |