|
KarmaEngine
Game Engine for practical learning and research purposes
|
Public Member Functions | |
| void | ClearAllBits () |
| void | SetAllBits () |
| bool | TestBit (int n) const |
| void | SetBit (int n) |
| void | ClearBit (int n) |
| void | SetBitRange (int n, int n2) |
| bool | operator[] (int n) const |
Public Attributes | |
| KGU32 | Storage [(BITCOUNT+31) > > 5] |