82 for (
int i = 0;
i < this->
nWords();
i++) {
121 inline int nWords()
const {
return N / 32 + 1; }
154 if (this->
nBits() == 0)
156 return 31 - ((this->
nBits() - 1) % 32);
168 for (
int i = 0;
i < this->
nBits();
i++) {
179 if (this->
dataWord(nw - 1) << ub != 0)
182 for (
int iw = 0; iw < nw - 1; iw++) {
194 if (this->
dataWord(nw - 1) << ub != 0xffffffff)
197 for (
int iw = 0; iw < nw - 1; iw++) {
198 if (this->
dataWord(iw) != 0xffffffff)
211 for (
int i = 0;
i < this->
nWords();
i++) {
218 for (
int i = 0;
i < this->
nWords();
i++) {
236 for (
int i = 0;
i <
n;
i++) {
247 for (
int i = 0;
i <
n;
i++) {
248 if (
val.element(
i)) {
258 for (
int i = 0;
i <
n;
i++) {
261 this->
set(p +
n -
i - 1);
269 unsigned read(
const int p,
const int n)
const {
274 for (
int i = 0;
i <
n;
i++) {
275 if (this->
test(p +
i))
284 if (
i >= 0 && i < 4 * this->
nWords()) {
285 unsigned k = (
_data[
i / 4] >> 8 * (
i % 4)) & 0xff;
293 for (
int i = 0;
i < this->
nWords(); i++) {
325 for (
int i = 0;
i < this->
nBits(); i++) {
328 this->
set(this->
nBits() - i - 1);
329 }
else if (
str[
i] ==
'0') {
341 for (
int i = this->
nBits() - 1; i >= 0;
i--) {
356 a.dataWord(nw - 1) << ub)
359 for (
int iw = 0; iw < nw - 1; iw++) {
360 if (this->
dataWord(iw) !=
a.dataWord(iw))
368 bool operator<(const DTTFBitArray<N>&
a)
const {
371 unsigned aaa = this->
dataWord(nw - 1) << ub;
372 unsigned bbb =
a.dataWord(nw - 1) << ub;
375 }
else if (aaa > bbb) {
379 for (
int iw = nw - 2; iw >= 0; iw--) {
380 if (this->
dataWord(iw) <
a.dataWord(iw)) {
382 }
else if (this->
dataWord(iw) >
a.dataWord(iw)) {
400 bool operator<=(const DTTFBitArray<N>&
a)
const {
return !(*
this >
a); }
404 for (
int i = 0;
i < this->
nWords(); i++) {
415 for (
int i = 0;
i < this->
nWords(); i++) {
426 for (
int i = 0;
i < this->
nWords(); i++) {
437 for (
int i = 0;
i < this->
nWords(); i++) {
452 for (
i = this->
nBits() - 1; i >=
n;
i--)
454 for (
i =
n - 1;
i >= 0;
i--)
468 for (
i = 0;
i < this->
nBits() -
n; i++)
482 for (
int i = 0;
i < this->
nBits(); i++) {
485 this->
set(
i, sum ^
a.element(
i));
486 rep |= (sum &
a.element(
i));
501 if (i < this->
nBits())
DTTFBitArray< N > operator|(const DTTFBitArray< N > &a)
bool operator>(const DTTFBitArray< N > &a) const
std::ostream & print(std::ostream &o=std::cout) const
DTTFBitArray< N > operator+(const DTTFBitArray< N > &a)
int element(const int pos) const
DTTFBitArray< N > & operator|=(const DTTFBitArray< N > &a)
bool operator>=(const DTTFBitArray< N > &a) const
DTTFBitArray< N > & operator++(int)
DTTFBitArray< N > & operator>>=(const int n)
DTTFBitArray< N > operator>>(const int n)
static unsigned getPosMask(const int pos)
refToBit & operator=(const int val)
refToBit(DTTFBitArray &b, int pos)
int operator[](const int pos) const
DTTFBitArray(const unsigned i)
DTTFBitArray< N > operator~() const
unsigned & dataWord(const int i)
DTTFBitArray< N > & operator=(const char *str)
bool operator==(const DTTFBitArray< N > &a) const
unsigned dataWord(const int i) const
void assign(const int p, const int n, const char *str)
DTTFBitArray(const DTTFBitArray< N > &br)
static int getPosInWord(const int pos)
void assign(const int p, const int n, const DTTFBitArray< N > &val)
unsigned lastWordMask() const
DTTFBitArray< N > & operator &=(const DTTFBitArray< N > &a)
DTTFBitArray< N > & operator^=(const DTTFBitArray< N > &a)
DTTFBitArray< 8 > byte(const int i) const
DTTFBitArray< N > & operator=(const unsigned i)
DTTFBitArray(const char *str, const int p, const int n)
DTTFBitArray< N > & operator-=(const DTTFBitArray< N > &a)
DTTFBitArray< N > & operator+=(const DTTFBitArray< N > &a)
int test(const int i) const
unsigned read(const int p, const int n) const
unsigned getWord(const int pos) const
refToBit & operator=(const refToBit &rtb)
bool operator!=(const DTTFBitArray< N > &a) const
DTTFBitArray(const char *str)
DTTFBitArray< N > twoComplement() const
DTTFBitArray< N > & twoComplement()
DTTFBitArray< N > operator^(const DTTFBitArray< N > &a)
DTTFBitArray< N > operator &(const DTTFBitArray< N > &a)
DTTFBitArray< N > & operator=(const DTTFBitArray< N > &a)
unsigned & getWord(const int pos)
refToBit operator[](const int pos)
DTTFBitArray< N > operator-(const DTTFBitArray< N > &a)
DTTFBitArray< N > operator<<(const int n)
DTTFBitArray< N > & flip()
void assign(const int p, const int n, const int val)
DTTFBitArray< N > & operator<<=(const int n)