-
- Downloads
* rename blockbitfield to bitsetevector
* make iterators only forwarditertors * remove method getLocalBits * new methods count and countmasked superseed nSetBits * nSetBits marked deprecated, but will stay for a possible replacement of BitField by BitSetVector<1> (see #456) * updated test to run the whole iterator test * fulfill the whole bitset interface [[Imported from SVN: r5353]]
Showing
- common/Makefile.am 1 addition, 1 deletioncommon/Makefile.am
- common/bitsetvector.hh 175 additions, 73 deletionscommon/bitsetvector.hh
- common/test/.gitignore 1 addition, 1 deletioncommon/test/.gitignore
- common/test/Makefile.am 2 additions, 2 deletionscommon/test/Makefile.am
- common/test/bitsetvectortest.cc 128 additions, 0 deletionscommon/test/bitsetvectortest.cc
- common/test/blockbitfieldtest.cc 0 additions, 38 deletionscommon/test/blockbitfieldtest.cc
common/test/bitsetvectortest.cc
0 → 100644
common/test/blockbitfieldtest.cc
deleted
100644 → 0
Please register or sign in to comment