class BitReference

References a single bit in a TBitfield and allows it to be modified.

Public

Constructors

BitReference

BitReference(u32 &data, u32 bitMask)

Operators

operator bool

operator bool() const

operator=

BitReference &operator=(bool value)

operator=

BitReference &operator=(const BitReference &rhs)

Protected

Fields

mData

u32 & mData

mBitMask

u32 mBitMask