Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Related Pages

BitStringStruct Struct Reference
[BitStrings]

Collaboration diagram for BitStringStruct:

Collaboration graph
[legend]

Detailed Description

internal structure of a string of bits.

Definition at line 71 of file bitstring.c.

Data Fields


Field Documentation

unsigned long* BitStringStruct::bits
 

array of longs

Definition at line 80 of file bitstring.c.

int BitStringStruct::length
 

length of array; length=capacity/BITS_PER_LONG

Definition at line 77 of file bitstring.c.

unsigned long BitStringStruct::mask
 

mask for the last unsigned long

Definition at line 79 of file bitstring.c.

int BitStringStruct::size
 

size of bitstring in bits

Definition at line 76 of file bitstring.c.


The documentation for this struct was generated from the following file:
BLAH 0.95 (20 Oct 2004)