#include <BitArray.h>
Public Member Functions | |
refToBit & | flip () |
operator int () const | |
refToBit & | operator= (const int val) |
refToBit & | operator= (const refToBit &rtb) |
int | operator~ () const |
refToBit () | |
refToBit (BitArray &b, int pos) | |
~refToBit () | |
Private Attributes | |
int | _pos |
unsigned * | _word |
Friends | |
class | BitArray |
Definition at line 34 of file BitArray.h.
Definition at line 40 of file BitArray.h.
Definition at line 41 of file BitArray.h.
References BitArray< N >::refToBit::_pos, BitArray< N >::refToBit::_word, b, and BitArray< N >::getPosInWord().
Definition at line 45 of file BitArray.h.
Definition at line 69 of file BitArray.h.
References BitArray< N >::refToBit::_pos, BitArray< N >::refToBit::_word, and BitArray< N >::getPosMask().
Definition at line 67 of file BitArray.h.
References BitArray< N >::refToBit::_pos, BitArray< N >::refToBit::_word, and BitArray< N >::getPosMask().
Definition at line 47 of file BitArray.h.
References BitArray< N >::refToBit::_pos, BitArray< N >::refToBit::_word, BitArray< N >::getPosMask(), and heppy_batch::val.
Definition at line 56 of file BitArray.h.
References BitArray< N >::refToBit::_pos, BitArray< N >::refToBit::_word, and BitArray< N >::getPosMask().
Definition at line 65 of file BitArray.h.
References BitArray< N >::refToBit::_pos, BitArray< N >::refToBit::_word, and BitArray< N >::getPosMask().
|
friend |
Definition at line 35 of file BitArray.h.
Definition at line 76 of file BitArray.h.
Referenced by BitArray< N >::refToBit::flip(), BitArray< N >::refToBit::operator int(), BitArray< N >::refToBit::operator=(), BitArray< N >::refToBit::operator~(), and BitArray< N >::refToBit::refToBit().
Definition at line 75 of file BitArray.h.
Referenced by BitArray< N >::refToBit::flip(), BitArray< N >::refToBit::operator int(), BitArray< N >::refToBit::operator=(), BitArray< N >::refToBit::operator~(), and BitArray< N >::refToBit::refToBit().