Dip
0.92.4
|
#include <CoinSearchTree.hpp>
Public Member Functions | |
BitVector128 () | |
BitVector128 (unsigned int bits[4]) | |
~BitVector128 () | |
void | set (unsigned int bits[4]) |
void | setBit (int i) |
void | clearBit (int i) |
std::string | str () const |
Private Attributes | |
unsigned int | bits_ [4] |
Friends | |
bool | operator< (const BitVector128 &b0, const BitVector128 &b1) |
Definition at line 21 of file CoinSearchTree.hpp.
BitVector128::BitVector128 | ( | ) |
BitVector128::BitVector128 | ( | unsigned int | bits[4] | ) |
|
inline |
Definition at line 30 of file CoinSearchTree.hpp.
void BitVector128::set | ( | unsigned int | bits[4] | ) |
void BitVector128::setBit | ( | int | i | ) |
void BitVector128::clearBit | ( | int | i | ) |
std::string BitVector128::str | ( | ) | const |
Referenced by CoinTreeSiblings::printPref().
|
friend |
|
private |
Definition at line 25 of file CoinSearchTree.hpp.