#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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|