Generated on Thu Apr 11 14:00:12 2019 for Gecode by doxygen 1.6.3

Gecode::Support::BitSet< A > Class Template Reference

Simple bitsets. More...

#include <bitset.hpp>

List of all members.

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 45 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 60 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 65 of file bitset.hpp.

template<class A >
Gecode::Support::BitSet< A >::~BitSet ( void   )  [inline]

Destructor.

Definition at line 70 of file bitset.hpp.


Member Data Documentation

template<class A>
A& Gecode::Support::BitSet< A >::a [protected]

Allocator.

Definition at line 48 of file bitset.hpp.


The documentation for this class was generated from the following file: