HDK
|
This is the complete list of members for UT_BitArray, including all inherited members.
allBitsClear() const | UT_BitArray | |
allBitsSet() const | UT_BitArray | |
append(bool value) | UT_BitArray | inline |
begin() const | UT_BitArray | inline |
BlockType typedef | UT_BitArray | |
clear() | UT_BitArray | inline |
computeHash() const | UT_BitArray | |
const_iterator typedef | UT_BitArray | |
cycle(exint shift_offset) | UT_BitArray | |
data() const | UT_BitArray | inline |
end() const | UT_BitArray | inline |
findFirstBit() const | UT_BitArray | |
findLastBit() const | UT_BitArray | |
getBit(exint index) const | UT_BitArray | inline |
getBitFast(exint index) const | UT_BitArray | inline |
getMemoryUsage(bool inclusive=true) const | UT_BitArray | inline |
getSize() const | UT_BitArray | inline |
insert(exint index, bool value) | UT_BitArray | |
intersects(const UT_BitArray &in_map) const | UT_BitArray | |
iterateInit() const | UT_BitArray | inline |
iterateInit(exint &i) const | UT_BitArray | inline |
iterateNext(exint current_bit) const | UT_BitArray | inline |
load(UT_IStream &is) | UT_BitArray | |
numBitsClear() const | UT_BitArray | |
numBitsSet() const | UT_BitArray | |
numWords(exint size_in_bits) | UT_BitArray | inlinestatic |
operator!=(const UT_BitArray &in_map) const | UT_BitArray | inline |
operator&=(const UT_BitArray &in_map) | UT_BitArray | |
operator()(exint index) const | UT_BitArray | inline |
operator-=(const UT_BitArray &in_map) | UT_BitArray | |
operator<<(std::ostream &os, const UT_BitArray &map) | UT_BitArray | friend |
operator=(const UT_BitArray &in_map) | UT_BitArray | |
operator=(UT_BitArray &&src) | UT_BitArray | |
operator==(const UT_BitArray &in_map) const | UT_BitArray | |
operator[](exint index) const | UT_BitArray | inline |
operator^=(const UT_BitArray &in_map) | UT_BitArray | |
operator|=(const UT_BitArray &in_map) | UT_BitArray | |
remove(exint index) | UT_BitArray | |
resize(exint size) | UT_BitArray | inline |
save(std::ostream &os, bool binary=false) const | UT_BitArray | |
setAllBits(bool value) | UT_BitArray | |
setBit(exint index, bool value) | UT_BitArray | inline |
setBitFast(exint index, bool value) | UT_BitArray | inline |
setBits(exint index, exint nbits, bool value) | UT_BitArray | |
setSize(exint new_size) | UT_BitArray | |
size() const | UT_BitArray | inline |
swap(UT_BitArray &other) | UT_BitArray | |
toggleAllBits() | UT_BitArray | |
toggleBit(exint index) | UT_BitArray | inline |
toggleBitFast(exint index) | UT_BitArray | inline |
toggleBits(exint index, exint nbits) | UT_BitArray | |
unsafeClearData() | UT_BitArray | inline |
unsafeShareData(BlockType *bits, exint bit_count) | UT_BitArray | inline |
UT_BitArray() | UT_BitArray | |
UT_BitArray(const UT_BitArray &src) | UT_BitArray | |
UT_BitArray(UT_BitArray &&src) noexcept | UT_BitArray | |
UT_BitArray(exint size) | UT_BitArray | explicit |
~UT_BitArray() | UT_BitArray |