Simple bitsets. More...
#include <bitset.hpp>
Public Member Functions | |
BitSet (A &a, unsigned int s) | |
Bit set with space for s bits. | |
BitSet (A &a, const BitSet &bs) | |
Copy bit set bs. | |
~BitSet (void) | |
Destructor. | |
Protected Attributes | |
A & | a |
Allocator. |
Simple bitsets.
Gecode::Support::BitSet::BitSet | ( | A & | a, |
unsigned int | s | ||
) | [inline] |
Bit set with space for s bits.
Definition at line 64 of file bitset.hpp.
Gecode::Support::BitSet::BitSet | ( | A & | a, |
const BitSet & | bs | ||
) |
Copy bit set bs.
Gecode::Support::BitSet::~BitSet | ( | void | ) | [inline] |
Destructor.
Definition at line 74 of file bitset.hpp.
A& Gecode::Support::BitSet::a [protected] |
Allocator.
Definition at line 52 of file bitset.hpp.