#include <TBitField.h>
Public Types | |
| using | ValueType = TUINT32 |
Public Member Functions | |
| TBitField () | |
| void | Set (TINT a_iBitNum, TBOOL a_bSet) |
| TBOOL | IsSet (TINT a_iBitNum) const |
Static Public Attributes | |
| static constexpr TUINT | MIN_NUM_BITS = 8 * sizeof( ValueType ) |
| static constexpr TUINT | BIT_SUBNUM_MASK = MIN_NUM_BITS - 1 |
Definition at line 8 of file TBitField.h.
| using Toshi::TBitField< NUM_BITS >::ValueType = TUINT32 |
Definition at line 11 of file TBitField.h.
|
inline |
Definition at line 16 of file TBitField.h.
|
inline |
Definition at line 36 of file TBitField.h.
|
inline |
|
staticconstexpr |
Definition at line 13 of file TBitField.h.
|
staticconstexpr |
Definition at line 12 of file TBitField.h.