all() const | castor::DynamicBitsetT< BlockTypeT > | |
any() const | castor::DynamicBitsetT< BlockTypeT > | |
bitsPerBlock | castor::DynamicBitsetT< BlockTypeT > | static |
BlockType typedef | castor::DynamicBitsetT< BlockTypeT > | |
DynamicBitsetT() | castor::DynamicBitsetT< BlockTypeT > | |
DynamicBitsetT(size_t size, bool value=false) | castor::DynamicBitsetT< BlockTypeT > | explicit |
DynamicBitsetT(MbString const &bits) | castor::DynamicBitsetT< BlockTypeT > | explicit |
DynamicBitsetT(char const *bits) | castor::DynamicBitsetT< BlockTypeT > | explicit |
DynamicBitsetT(char const *bits, size_t size) | castor::DynamicBitsetT< BlockTypeT > | |
fullBitMask | castor::DynamicBitsetT< BlockTypeT > | static |
get(size_t bit) const | castor::DynamicBitsetT< BlockTypeT > | |
getBlock(size_t index) const | castor::DynamicBitsetT< BlockTypeT > | |
getBlockCount() const | castor::DynamicBitsetT< BlockTypeT > | |
getSize() const | castor::DynamicBitsetT< BlockTypeT > | |
none() const | castor::DynamicBitsetT< BlockTypeT > | |
operator&=(DynamicBitsetT const &value) | castor::DynamicBitsetT< BlockTypeT > | |
operator<<=(int value) | castor::DynamicBitsetT< BlockTypeT > | |
operator>>=(int value) | castor::DynamicBitsetT< BlockTypeT > | |
operator[](size_t index) | castor::DynamicBitsetT< BlockTypeT > | |
operator[](size_t index) const | castor::DynamicBitsetT< BlockTypeT > | |
operator^=(DynamicBitsetT const &value) | castor::DynamicBitsetT< BlockTypeT > | |
operator|=(DynamicBitsetT const &value) | castor::DynamicBitsetT< BlockTypeT > | |
operator~() const | castor::DynamicBitsetT< BlockTypeT > | |
reset() | castor::DynamicBitsetT< BlockTypeT > | |
resize(size_t size, bool value) | castor::DynamicBitsetT< BlockTypeT > | |
set(size_t bit, bool value=true) | castor::DynamicBitsetT< BlockTypeT > | |
toString() const | castor::DynamicBitsetT< BlockTypeT > | |