CoinUtils  2.11.9
Public Member Functions | Private Attributes | Friends | List of all members
BitVector128 Class Reference

#include <CoinSearchTree.hpp>

+ Collaboration diagram for BitVector128:

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
 
 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)
 
bool operator< (const BitVector128 &b0, const BitVector128 &b1)
 

Detailed Description

Definition at line 21 of file CoinSearchTree.hpp.

Constructor & Destructor Documentation

◆ BitVector128() [1/4]

BitVector128::BitVector128 ( )

◆ BitVector128() [2/4]

BitVector128::BitVector128 ( unsigned int  bits[4])

◆ ~BitVector128() [1/2]

BitVector128::~BitVector128 ( )
inline

Definition at line 30 of file CoinSearchTree.hpp.

◆ BitVector128() [3/4]

BitVector128::BitVector128 ( )

◆ BitVector128() [4/4]

BitVector128::BitVector128 ( unsigned int  bits[4])

◆ ~BitVector128() [2/2]

BitVector128::~BitVector128 ( )
inline

Definition at line 30 of file CoinSearchTree.hpp.

Member Function Documentation

◆ set() [1/2]

void BitVector128::set ( unsigned int  bits[4])

◆ setBit() [1/2]

void BitVector128::setBit ( int  i)

◆ clearBit() [1/2]

void BitVector128::clearBit ( int  i)

◆ str() [1/2]

std::string BitVector128::str ( ) const

◆ set() [2/2]

void BitVector128::set ( unsigned int  bits[4])

◆ setBit() [2/2]

void BitVector128::setBit ( int  i)

◆ clearBit() [2/2]

void BitVector128::clearBit ( int  i)

◆ str() [2/2]

std::string BitVector128::str ( ) const

Friends And Related Function Documentation

◆ operator< [1/2]

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

◆ operator< [2/2]

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

Member Data Documentation

◆ bits_

unsigned int BitVector128::bits_
private

Definition at line 25 of file CoinSearchTree.hpp.


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