EWAHBoolArray 0.8.0
A compressed bitmap class in C++
|
This object is returned by the compressed bitmap as a statistical descriptor. More...
#include <ewah-inl.h>
Public Member Functions | |
size_t | getCompressedSize () const |
size_t | getUncompressedSize () const |
size_t | getNumberOfDirtyWords () const |
size_t | getNumberOfCleanWords () const |
size_t | getNumberOfMarkers () const |
size_t | getOverRuns () const |
Public Attributes | |
size_t | totalliteral |
size_t | totalcompressed |
size_t | runningwordmarker |
size_t | maximumofrunningcounterreached |
This object is returned by the compressed bitmap as a statistical descriptor.
Definition at line 240 of file ewah-inl.h.
|
inline |
Definition at line 242 of file ewah-inl.h.
|
inline |
Definition at line 245 of file ewah-inl.h.
|
inline |
Definition at line 248 of file ewah-inl.h.
|
inline |
Definition at line 247 of file ewah-inl.h.
|
inline |
Definition at line 249 of file ewah-inl.h.
|
inline |
Definition at line 250 of file ewah-inl.h.
|
inline |
Definition at line 246 of file ewah-inl.h.
size_t ewah::BitmapStatistics::maximumofrunningcounterreached |
Definition at line 254 of file ewah-inl.h.
size_t ewah::BitmapStatistics::runningwordmarker |
Definition at line 253 of file ewah-inl.h.
size_t ewah::BitmapStatistics::totalcompressed |
Definition at line 252 of file ewah-inl.h.
size_t ewah::BitmapStatistics::totalliteral |
Definition at line 251 of file ewah-inl.h.