_bits | BaseBitSet< ALLOCATOR, INTTYPE > | private |
BaseBitSet()=default | BaseBitSet< ALLOCATOR, INTTYPE > | |
BaseBitSet(BaseBitSet &&rhs) | BaseBitSet< ALLOCATOR, INTTYPE > | |
Begin() const | BaseBitSet< ALLOCATOR, INTTYPE > | |
Clear(UInt index, Bool &cleared) | BaseBitSet< ALLOCATOR, INTTYPE > | |
Clear(UInt index) | BaseBitSet< ALLOCATOR, INTTYPE > | |
ClearUnchecked(UInt index) | BaseBitSet< ALLOCATOR, INTTYPE > | |
ConstIterator typedef | BaseBitSet< ALLOCATOR, INTTYPE > | |
CopyFrom(const BaseBitSet< ALLOCATOR, INTTYPE > &src) | BaseBitSet< ALLOCATOR, INTTYPE > | |
CountBits(UInt first=0, UInt last=(UInt) -1) const | BaseBitSet< ALLOCATOR, INTTYPE > | |
CountBitsInWord(IntType word) const | BaseBitSet< ALLOCATOR, INTTYPE > | private |
DescribeIO(const DataSerializeInterface &stream) | BaseBitSet< ALLOCATOR, INTTYPE > | static |
End() const | BaseBitSet< ALLOCATOR, INTTYPE > | |
GetCapacity() const | BaseBitSet< ALLOCATOR, INTTYPE > | |
GetHashCode() const | BaseBitSet< ALLOCATOR, INTTYPE > | |
GetNextCleared(Int index) const | BaseBitSet< ALLOCATOR, INTTYPE > | |
GetNextSet(Int index) const | BaseBitSet< ALLOCATOR, INTTYPE > | |
GetRawData() const | BaseBitSet< ALLOCATOR, INTTYPE > | |
Init(UInt count, Bool clearValue) | BaseBitSet< ALLOCATOR, INTTYPE > | |
INT_MASK | BaseBitSet< ALLOCATOR, INTTYPE > | privatestatic |
INT_WIDTH | BaseBitSet< ALLOCATOR, INTTYPE > | privatestatic |
INT_WIDTH_EXPONENT | BaseBitSet< ALLOCATOR, INTTYPE > | privatestatic |
IntType typedef | BaseBitSet< ALLOCATOR, INTTYPE > | |
Invert() | BaseBitSet< ALLOCATOR, INTTYPE > | |
IsEmpty() const | BaseBitSet< ALLOCATOR, INTTYPE > | |
IsPopulated() const | BaseBitSet< ALLOCATOR, INTTYPE > | |
IsSet(UInt index) const | BaseBitSet< ALLOCATOR, INTTYPE > | |
IsSet(const Block< const IntType > &raw, Int index) | BaseBitSet< ALLOCATOR, INTTYPE > | static |
IsSetUnchecked(UInt index) const | BaseBitSet< ALLOCATOR, INTTYPE > | |
MAXON_DISALLOW_COPY_AND_ASSIGN(BaseBitSet) | BaseBitSet< ALLOCATOR, INTTYPE > | private |
MergeAnd(const BaseBitSet< ALLOCATOR, INTTYPE > &src) | BaseBitSet< ALLOCATOR, INTTYPE > | |
MergeAndNot(const BaseBitSet< ALLOCATOR, INTTYPE > &src) | BaseBitSet< ALLOCATOR, INTTYPE > | |
MergeOr(const BaseBitSet< ALLOCATOR, INTTYPE > &src) | BaseBitSet< ALLOCATOR, INTTYPE > | |
MergeOrNot(const BaseBitSet< ALLOCATOR, INTTYPE > &src) | BaseBitSet< ALLOCATOR, INTTYPE > | |
MergeXOr(const BaseBitSet< ALLOCATOR, INTTYPE > &src) | BaseBitSet< ALLOCATOR, INTTYPE > | |
operator&=(const BaseBitSet< ALLOCATOR, INTTYPE > &rhs) | BaseBitSet< ALLOCATOR, INTTYPE > | |
operator=(BaseBitSet &&rhs) | BaseBitSet< ALLOCATOR, INTTYPE > | |
operator==(const BaseBitSet< ALLOCATOR, INTTYPE > &rhs) const | BaseBitSet< ALLOCATOR, INTTYPE > | |
operator|=(const BaseBitSet< ALLOCATOR, INTTYPE > &rhs) | BaseBitSet< ALLOCATOR, INTTYPE > | |
RemoveTrailingZeroes() | BaseBitSet< ALLOCATOR, INTTYPE > | private |
Reset() | BaseBitSet< ALLOCATOR, INTTYPE > | |
Set(UInt index, Bool &isSet) | BaseBitSet< ALLOCATOR, INTTYPE > | |
Set(UInt index) | BaseBitSet< ALLOCATOR, INTTYPE > | |
SetAndCheckUnchecked(UInt index) | BaseBitSet< ALLOCATOR, INTTYPE > | |
SetRange(UInt first, UInt last) | BaseBitSet< ALLOCATOR, INTTYPE > | |
SetRangeUnchecked(UInt first, UInt last) | BaseBitSet< ALLOCATOR, INTTYPE > | |
SetUnchecked(UInt index) | BaseBitSet< ALLOCATOR, INTTYPE > | |
SetValue(UInt index, Bool value) | BaseBitSet< ALLOCATOR, INTTYPE > | |
SetValueUnchecked(UInt index, Bool value) | BaseBitSet< ALLOCATOR, INTTYPE > | |