Class DBitArray

Inherits from:
Object
Declared in:
DBitArray.h

Class Hierarchy

    Object
      |
      +---DBitArray

Class Description

The bit array data type implements a number of methods for creating, manipulating and checking bit sets.

Last modified:
23-Jul-2006 (DBitArray.h)

Instance Variables

private unsigned char *_array
the bits for the array
private int _min
the minimum value in the bit array
private int _max
the maximum value in the bit array
private int _size
the size of the bit array

Method Index


generated 25-Jul-2006 by ObjcDoc 3.0.0