MyGUI
3.2.0
|
#include <MyGUI_Bitwise.h>
Static Public Member Functions | |
template<typename Type > | |
static __inline Type | firstPO2From (Type _value) |
template<typename Type > | |
static __inline bool | isPO2 (Type _value) |
template<typename Type > | |
static __inline size_t | getBitShift (Type _mask) |
Definition at line 30 of file MyGUI_Bitwise.h.
|
inlinestatic |
Returns the closest power-of-two number greater or equal to value.
Definition at line 36 of file MyGUI_Bitwise.h.
|
inlinestatic |
Returns the number of bits a pattern must be shifted right by to
remove right-hand zeros.
Definition at line 59 of file MyGUI_Bitwise.h.
|
inlinestatic |
Determines whether the number is power-of-two or not.
Definition at line 50 of file MyGUI_Bitwise.h.