#include <bitTables.h>
|
| static const S32 | numOn (U8 b) |
| | How many bits are on?
|
| |
| static const S8 * | whichOn (U8 b) |
| | Return a pointer to 8 S8's, which are set according to which bits are set in the passed value.
|
| |
| static const S32 | highBit (U8 b) |
| |
| static S32 | getPower16 (U16 x) |
| |
| static S32 | getPower32 (U32 x) |
| |
◆ BitTables()
◆ getPower16()
| static S32 getPower16 |
( |
U16 |
x | ) |
|
|
inlinestatic |
◆ getPower32()
| static S32 getPower32 |
( |
U32 |
x | ) |
|
|
inlinestatic |
◆ highBit()
| static const S32 highBit |
( |
U8 |
b | ) |
|
|
inlinestatic |
◆ numOn()
| static const S32 numOn |
( |
U8 |
b | ) |
|
|
inlinestatic |
◆ whichOn()
| static const S8 * whichOn |
( |
U8 |
b | ) |
|
|
inlinestatic |
Return a pointer to 8 S8's, which are set according to which bits are set in the passed value.
The documentation for this class was generated from the following files:
- collection/bitTables.h
- collection/bitTables.cc