#include <std_bitset.h>
Inheritance diagram for std::_Base_bitset:
Public Types | |
typedef unsigned long | _WordT |
Public Methods | |
_Base_bitset (void) | |
_Base_bitset (unsigned long __val) | |
_WordT& | _M_getword (size_t __pos) |
_WordT | _M_getword (size_t __pos) const |
_WordT& | _M_hiword () |
_WordT | _M_hiword () const |
void | _M_do_and (const _Base_bitset< _Nw > &__x) |
void | _M_do_or (const _Base_bitset< _Nw > &__x) |
void | _M_do_xor (const _Base_bitset< _Nw > &__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 _Base_bitset< _Nw > &__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 |
Public Attributes | |
_WordT | _M_w [_Nw] |
Static Public Methods | |
size_t | _S_whichword (size_t __pos) |
size_t | _S_whichbyte (size_t __pos) |
size_t | _S_whichbit (size_t __pos) |
_WordT | _S_maskbit (size_t __pos) |
|
Reimplemented in std::bitset. Definition at line 70 of file std_bitset.h. |
|
Definition at line 74 of file std_bitset.h. |
|
Definition at line 75 of file std_bitset.h. |
|
Definition at line 95 of file std_bitset.h. Referenced by std::bitset::operator &=(). |
|
Definition at line 146 of file std_bitset.h. Referenced by std::bitset::count(). |
|
Referenced by std::bitset::_Find_first(). |
|
Referenced by std::bitset::_Find_next(). |
|
Definition at line 116 of file std_bitset.h. Referenced by std::bitset::flip(). |
|
Referenced by std::bitset::operator<<=(). |
|
Definition at line 101 of file std_bitset.h. Referenced by std::bitset::operator|=(). |
|
Definition at line 128 of file std_bitset.h. Referenced by _Base_bitset(), and std::bitset::reset(). |
|
Referenced by std::bitset::operator>>=(). |
|
Definition at line 122 of file std_bitset.h. Referenced by std::bitset::set(). |
|
Referenced by std::bitset::to_ulong(). |
|
Definition at line 107 of file std_bitset.h. Referenced by std::bitset::operator^=(). |
|
Definition at line 90 of file std_bitset.h. |
|
Definition at line 89 of file std_bitset.h. Referenced by std::bitset::_Unchecked_flip(), std::bitset::_Unchecked_reset(), std::bitset::_Unchecked_set(), and std::bitset::_Unchecked_test(). |
|
Definition at line 93 of file std_bitset.h. |
|
Definition at line 92 of file std_bitset.h. |
|
Definition at line 138 of file std_bitset.h. Referenced by std::bitset::any(), and std::bitset::none(). |
|
Definition at line 130 of file std_bitset.h. Referenced by std::bitset::operator!=(), and std::bitset::operator==(). |
|
Definition at line 86 of file std_bitset.h. |
|
Definition at line 84 of file std_bitset.h. Referenced by std::_Base_bitset< 1 >::_S_maskbit(), and _S_maskbit(). |
|
Definition at line 82 of file std_bitset.h. |
|
Definition at line 80 of file std_bitset.h. Referenced by _M_getword(). |
|
Definition at line 72 of file std_bitset.h. |