BitSet Class ReferenceSet as a vector of bits.
More...
#include <bitset.h>
List of all members.
Detailed Description
Set as a vector of bits.
Definition at line 18 of file bitset.h.
Constructor & Destructor Documentation
| BitSet::BitSet |
( |
long |
nrelem |
) |
|
|
Member Function Documentation
| void BitSet::set_dim |
( |
long |
nrelem |
) |
|
|
| void BitSet::add_element |
( |
long |
el_pos |
) |
|
|
| long BitSet::in |
( |
long |
el_pos |
) |
|
|
| void BitSet::remove_element |
( |
long |
el_pos |
) |
|
|
| BitSet & BitSet::operator~ |
( |
|
) |
|
|
| int BitSet::operator== |
( |
const BitSet & |
set |
) |
|
|
| BitSet * BitSet::clone |
( |
|
) |
const |
|
Member Data Documentation
|
|
! Number of bits in a cluster.
Definition at line 24 of file bitset.h.
Referenced by BitSet(), clone(), operator *(), operator *=(), operator+(), operator+=(), operator-(), operator-=(), operator=(), operator==(), operator~(), and set_dim(). |
|
|
Definition at line 27 of file bitset.h.
Referenced by add_element(), BitSet(), clone(), in(), operator *(), operator *=(), operator+(), operator+=(), operator-(), operator-=(), operator=(), operator==(), operator~(), remove_element(), set_dim(), and ~BitSet(). |
The documentation for this class was generated from the following files:
|