Base Framework
|
This is the complete list of members for BitSet, including all inherited members.
BitSet() | BitSet | |
BitSet(unsigned int size, bool value) | BitSet | |
BitSet(const BitSet ©) noexcept | BitSet | inline |
Enumerator typedef (defined in BitSet) | BitSet | |
flip() noexcept | BitSet | |
flip(MemorySize index) | BitSet | |
getAt(MemorySize index) const | BitSet | |
getBitMask(unsigned int index) noexcept | BitSet | inlineprotectedstatic |
getElementIndex(unsigned int index) noexcept | BitSet | inlineprotectedstatic |
getElements() | BitSet | inlineprotected |
getElements() const noexcept | BitSet | inlineprotected |
getEnumerator() noexcept | BitSet | inline |
getNumberOfElements(MemorySize size) noexcept | BitSet | inlineprotectedstatic |
getReadEnumerator() const noexcept | BitSet | inline |
getSize() const noexcept | BitSet | inline |
isEmpty() const noexcept | BitSet | inline |
operator bool() noexcept | BitSet | inline |
operator&=(const BitSet &value) noexcept | BitSet | |
operator<<(unsigned int count) const noexcept | BitSet | inline |
operator<<(FormatOutputStream &stream, const BitSet &value) | BitSet | friend |
operator<<=(unsigned int count) noexcept | BitSet | |
operator=(const BitSet &assign) noexcept | BitSet | inline |
operator>>(unsigned int count) const noexcept | BitSet | inline |
operator>>=(unsigned int count) noexcept | BitSet | |
operator[](MemorySize index) | BitSet | inline |
operator[](MemorySize index) const | BitSet | inline |
operator^=(const BitSet &value) noexcept | BitSet | |
operator|=(const BitSet &value) noexcept | BitSet | |
operator~() const noexcept | BitSet | inline |
ReadEnumerator typedef (defined in BitSet) | BitSet | |
reinitialize() noexcept | BitSet | inlineprotected |
removeAll() noexcept | BitSet | |
reset() noexcept | BitSet | |
reset(MemorySize index) | BitSet | |
set() noexcept | BitSet | |
set(unsigned int index) | BitSet | |
setAt(MemorySize index, bool value) | BitSet | |
setSize(MemorySize size) | BitSet | inlineprotected |
zeroExtend(MemorySize size) | BitSet | protected |