OLBitIteratorBase Struct Reference

A data structure used by OLBitIterator. More...

#include <ObjectiveLib/Vector.h>

List of all members.

Public Attributes

uint32_t * chunk
 The word that holds the bit.
uint8_t offset
 The offset of the bit in its word.


Detailed Description

A data structure used by OLBitIterator.

This structure holds the data necessary to implement the class OLBitIterator.

Note:
This structure is for internal use only and is not intended for public consumption. However, if you find it useful, don't be shy.


Member Data Documentation

uint32_t* chunk

The word that holds the bit.

uint8_t offset

The offset of the bit in its word.


The documentation for this struct was generated from the following file:
ObjectiveLibGenerated Sun Apr 22 15:18:14 2007, © 2004-2007 Will Mason
SourceForge.net Logo