BaseBitSet< ALLOCATOR > Member List

This is the complete list of members for BaseBitSet< ALLOCATOR > , including all inherited members.

_bits BaseBitSet< ALLOCATOR > private
BaseBitSet ()=default BaseBitSet< ALLOCATOR >
BaseBitSet (BaseBitSet &&rhs) BaseBitSet< ALLOCATOR >
清零 (UInt index, Bool &cleared) BaseBitSet< ALLOCATOR >
清零 (UInt index) BaseBitSet< ALLOCATOR >
ClearUnchecked (UInt index) BaseBitSet< ALLOCATOR >
CopyFrom (const BaseBitSet< ALLOCATOR > &src) BaseBitSet< ALLOCATOR >
CountBits (UInt first=0, UInt last=(UInt) -1) const BaseBitSet< ALLOCATOR >
CountBitsInWord (IntType word) const BaseBitSet< ALLOCATOR > private
DescribeIO (const DataSerializeInterface &stream) BaseBitSet< ALLOCATOR > static
GetCapacity () const BaseBitSet< ALLOCATOR >
GetHashCode () const BaseBitSet< ALLOCATOR >
Init (UInt count, Bool clearValue) BaseBitSet< ALLOCATOR >
INT_MASK BaseBitSet< ALLOCATOR > private static
INT_WIDTH BaseBitSet< ALLOCATOR > private static
INT_WIDTH_EXPONENT BaseBitSet< ALLOCATOR > private static
IntType typedef BaseBitSet< ALLOCATOR > private
IntTypeBitCount BaseBitSet< ALLOCATOR > private static
Invert () BaseBitSet< ALLOCATOR >
IsEmpty () const BaseBitSet< ALLOCATOR >
IsPopulated () const BaseBitSet< ALLOCATOR >
IsSet (UInt index) const BaseBitSet< ALLOCATOR >
IsSetUnchecked (UInt index) const BaseBitSet< ALLOCATOR >
MAXON_DISALLOW_COPY_AND_ASSIGN (BaseBitSet) BaseBitSet< ALLOCATOR > private
MergeAnd (const BaseBitSet< ALLOCATOR > &src) BaseBitSet< ALLOCATOR >
MergeAndNot (const BaseBitSet< ALLOCATOR > &src) BaseBitSet< ALLOCATOR >
MergeOr (const BaseBitSet< ALLOCATOR > &src) BaseBitSet< ALLOCATOR >
MergeOrNot (const BaseBitSet< ALLOCATOR > &src) BaseBitSet< ALLOCATOR >
MergeXOr (const BaseBitSet< ALLOCATOR > &src) BaseBitSet< ALLOCATOR >
operator&= (const BaseBitSet< ALLOCATOR > &rhs) BaseBitSet< ALLOCATOR >
operator= (BaseBitSet &&rhs) BaseBitSet< ALLOCATOR >
operator== (const BaseBitSet< ALLOCATOR > &rhs) const BaseBitSet< ALLOCATOR >
operator|= (const BaseBitSet< ALLOCATOR > &rhs) BaseBitSet< ALLOCATOR >
RemoveTrailingZeroes () BaseBitSet< ALLOCATOR > private
重置 () BaseBitSet< ALLOCATOR >
Set (UInt index, Bool &isSet) BaseBitSet< ALLOCATOR >
Set (UInt index) BaseBitSet< ALLOCATOR >
SetAndCheckUnchecked (UInt index) BaseBitSet< ALLOCATOR >
SetRange (UInt first, UInt last) BaseBitSet< ALLOCATOR >
SetRangeUnchecked (UInt first, UInt last) BaseBitSet< ALLOCATOR >
SetUnchecked (UInt index) BaseBitSet< ALLOCATOR >