ObjectiveLib  1.0.0
Protected Attributes
OLBitIteratorBase Struct Reference

A data structure used by OLBitIterator. More...

#import <ObjectiveLib/Vector.h>

List of all members.

Protected 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 [protected]

The word that holds the bit.

- (uint8_t) offset [protected]

The offset of the bit in its word.


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

ObjectiveLibGenerated Sat Feb 15 2014 07:45:34, © 2004-2007 Will Mason