#include <bits.h>
Public Methods | |
| void | reset_all (void) |
| Bits (int nn) | |
| ~Bits (void) | |
| void | set (int pos, bool val) |
| void | set (int pos) |
| void | copy (Bits *b) |
| void | reset (int pos) |
| bool | value (int pos) |
| void | And (Bits *other) |
| void | Or (Bits *other) |
| void | Not (void) |
| Bits * | clone (void) |
Private Attributes | |
| unsigned int * | ints |
| int | n |
| int | nints |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001