Click or drag to resize

EwahEnumerator Class

The class EwahEnumerator represents a special type of efficient enumerator iterating over (uncompressed) words of bits.
Inheritance Hierarchy
SystemObject
  VelocityDBExtensions.CompressedBitArrayEwahEnumerator

Namespace:  VelocityDBExtensions.CompressedBitArray
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public sealed class EwahEnumerator

The EwahEnumerator type exposes the following members.

Constructors
  NameDescription
Public methodEwahEnumerator
Instantiates a new eWAH enumerator
Top
Properties
  NameDescription
Public propertyBuffer
Access to the array of words
Public propertyDirtyWords
Position of the dirty words represented by this running length word
Top
Methods
  NameDescription
Public methodHasNext
Checks for next
Public methodNext
Next running length word
Top
Fields
  NameDescription
Public field_Rlw
current running length word
Top
See Also