Generated on Tue Sep 25 2012 20:53:34 for Gecode by doxygen 1.7.5
Gecode::Support::BitSet Class Reference

Simple bitsets. More...

#include <bitset.hpp>

List of all members.

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.

Detailed Description

Simple bitsets.


Constructor & Destructor Documentation

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.


Member Data Documentation

Allocator.

Definition at line 52 of file bitset.hpp.


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