ReactOS 0.4.16-dev-927-g467dec4
|
#include <_bitset.h>
Public Types | |
typedef unsigned long | _WordT |
typedef _Base_bitset< 1UL > | _Self |
Public Member Functions | |
_Base_bitset (void) | |
_Base_bitset (unsigned long __val) | |
_WordT & | _M_getword (size_t) |
_WordT | _M_getword (size_t) const |
_WordT & | _M_hiword () |
_WordT | _M_hiword () const |
void | _M_do_and (const _Self &__x) |
void | _M_do_or (const _Self &__x) |
void | _M_do_xor (const _Self &__x) |
void | _M_do_left_shift (size_t __shift) |
void | _M_do_right_shift (size_t __shift) |
void | _M_do_flip () |
void | _M_do_set () |
void | _M_do_reset () |
bool | _M_is_equal (const _Self &__x) const |
bool | _M_is_any () const |
size_t | _M_do_count () const |
unsigned long | _M_do_to_ulong () const |
size_t | _M_do_find_first (size_t __not_found) const |
size_t | _M_do_find_next (size_t __prev, size_t __not_found) const |
Static Public Member Functions | |
static size_t _STLP_CALL | _S_whichword (size_t __pos) |
static size_t _STLP_CALL | _S_whichbyte (size_t __pos) |
static size_t _STLP_CALL | _S_whichbit (size_t __pos) |
static _WordT _STLP_CALL | _S_maskbit (size_t __pos) |
Public Attributes | |
_WordT | _M_w |
typedef _Base_bitset<1UL> _Base_bitset< 1UL >::_Self |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 254 of file _bitset.h.
|
inline |
Definition at line 275 of file _bitset.h.
|
inline |
Definition at line 295 of file _bitset.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
_WordT _Base_bitset< 1UL >::_M_w |
Definition at line 214 of file _bitset.h.
Referenced by _M_do_and(), _M_do_or(), _M_do_xor(), and _M_is_equal().