#include <ObjectiveLib/Vector.h>
Public Attributes | |
| uint32_t * | chunk |
| The word that holds the bit. | |
| uint8_t | offset |
| The offset of the bit in its word. | |
This structure holds the data necessary to implement the class OLBitIterator.
| uint32_t* chunk |
The word that holds the bit.
| uint8_t offset |
The offset of the bit in its word.
|