EWAHBoolArray 0.8.0
A compressed bitmap class in C++
Loading...
Searching...
No Matches
ewah::BitmapStatistics Class Reference

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
 

Detailed Description

This object is returned by the compressed bitmap as a statistical descriptor.

Definition at line 240 of file ewah-inl.h.

Constructor & Destructor Documentation

◆ BitmapStatistics()

ewah::BitmapStatistics::BitmapStatistics ( )
inline

Definition at line 242 of file ewah-inl.h.

Member Function Documentation

◆ getCompressedSize()

size_t ewah::BitmapStatistics::getCompressedSize ( ) const
inline

Definition at line 245 of file ewah-inl.h.

◆ getNumberOfCleanWords()

size_t ewah::BitmapStatistics::getNumberOfCleanWords ( ) const
inline

Definition at line 248 of file ewah-inl.h.

◆ getNumberOfDirtyWords()

size_t ewah::BitmapStatistics::getNumberOfDirtyWords ( ) const
inline

Definition at line 247 of file ewah-inl.h.

◆ getNumberOfMarkers()

size_t ewah::BitmapStatistics::getNumberOfMarkers ( ) const
inline

Definition at line 249 of file ewah-inl.h.

◆ getOverRuns()

size_t ewah::BitmapStatistics::getOverRuns ( ) const
inline

Definition at line 250 of file ewah-inl.h.

◆ getUncompressedSize()

size_t ewah::BitmapStatistics::getUncompressedSize ( ) const
inline

Definition at line 246 of file ewah-inl.h.

Member Data Documentation

◆ maximumofrunningcounterreached

size_t ewah::BitmapStatistics::maximumofrunningcounterreached

Definition at line 254 of file ewah-inl.h.

◆ runningwordmarker

size_t ewah::BitmapStatistics::runningwordmarker

Definition at line 253 of file ewah-inl.h.

◆ totalcompressed

size_t ewah::BitmapStatistics::totalcompressed

Definition at line 252 of file ewah-inl.h.

◆ totalliteral

size_t ewah::BitmapStatistics::totalliteral

Definition at line 251 of file ewah-inl.h.


The documentation for this class was generated from the following file: