BitVector128 Class Reference

#include <CoinSearchTree.hpp>

List of all members.

Public Member Functions

 BitVector128 ()
 ~BitVector128 ()
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)

Detailed Description

Definition at line 16 of file CoinSearchTree.hpp.


Constructor & Destructor Documentation

BitVector128::BitVector128 (  ) 
BitVector128::~BitVector128 (  )  [inline]

Definition at line 22 of file CoinSearchTree.hpp.


Member Function Documentation

void BitVector128::setBit ( int  i  ) 
void BitVector128::clearBit ( int  i  ) 
std::string BitVector128::str (  )  const

Friends And Related Function Documentation

bool operator< ( const BitVector128 b0,
const BitVector128 b1 
) [friend]

Member Data Documentation

unsigned int BitVector128::bits_[4] [private]

Definition at line 19 of file CoinSearchTree.hpp.


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

Generated on 15 Mar 2015 for Coin-All by  doxygen 1.6.1