class
TBitfieldIterator
template<bool CONST, class Allocator>Iterator for iterating over individual bits in a Bitfield.
Public
Constructors
TBitfieldIterator<CONST, Allocator>
Operators
operator++
TBitfieldIterator<CONST, Allocator> &operator++()
operator bool
operator bool() const
operator!
bool operator!() const
operator!=
operator*
ReferenceType operator*() const
Private
Fields
mOwner
ArrayType mOwner
mBitIndex
u64 mBitIndex
mDwordIndex
u64 mDwordIndex
mMask
u32 mMask