![]() |
VR-Vantage 3.2 API Documentation
|
Public Member Functions | |
| ImBitArray () | |
| void | ClearAllBits () |
| void | SetAllBits () |
| bool | TestBit (int n) const |
| void | SetBit (int n) |
| void | ClearBit (int n) |
| void | SetBitRange (int n, int n2) |
Public Attributes | |
| ImU32 | Storage [(BITCOUNT+31) >> 5] |
|
inline |
|
inline |
|
inline |
|
inline |
References IM_ASSERT, and ImBitArrayTestBit().
|
inline |
References IM_ASSERT, and ImBitArraySetBit().
|
inline |
References IM_ASSERT, and ImBitArrayClearBit().
|
inline |
References ImBitArraySetBitRange().
| ImU32 ImBitArray< BITCOUNT >::Storage[(BITCOUNT+31) >> 5] |