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.
Definition at line 49 of file bitset.hpp.
Gecode::Support::BitSet< A >::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< A >::BitSet | ( | A & | a, |
const BitSet< A > & | bs | ||
) | [inline] |
Copy bit set bs.
Definition at line 69 of file bitset.hpp.
Gecode::Support::BitSet< A >::~BitSet | ( | void | ) | [inline] |
Destructor.
Definition at line 74 of file bitset.hpp.
A& Gecode::Support::BitSet< A >::a [protected] |
Allocator.
Definition at line 52 of file bitset.hpp.