Gecode::Support::BitSet< A > Class Template Reference
Simple bitsets. More...
#include <bitset.hpp>
Public Member Functions | |
BitSet (A &a, unsigned int s, bool set=false) | |
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. |
Detailed Description
template<class A>
class Gecode::Support::BitSet< A >
Simple bitsets.
Definition at line 49 of file bitset.hpp.
Constructor & Destructor Documentation
template<class A>
Gecode::Support::BitSet< A >::BitSet | ( | A & | a, | |
unsigned int | s, | |||
bool | set = false | |||
) | [inline] |
Bit set with space for s bits.
Definition at line 64 of file bitset.hpp.
template<class A>
Gecode::Support::BitSet< A >::BitSet | ( | A & | a, | |
const BitSet< A > & | bs | |||
) | [inline] |
Copy bit set bs.
Definition at line 69 of file bitset.hpp.
template<class A >
Gecode::Support::BitSet< A >::~BitSet | ( | void | ) | [inline] |
Destructor.
Definition at line 74 of file bitset.hpp.
Member Data Documentation
template<class A>
A& Gecode::Support::BitSet< A >::a [protected] |
Definition at line 52 of file bitset.hpp.
The documentation for this class was generated from the following file:
- gecode/support/bitset.hpp (Revision: 14181)