libstdc++
|
Public Types | |
typedef _Alloc | allocator_type |
typedef _WordT | block_type |
typedef size_t | size_type |
Public Member Functions | |
__dynamic_bitset_base (__dynamic_bitset_base &&__b) | |
__dynamic_bitset_base (const allocator_type &__alloc=allocator_type()) | |
__dynamic_bitset_base (size_type __nbits, unsigned long long __val=0ULL, const allocator_type &__alloc=allocator_type()) | |
size_t | _M_are_all_aux () const |
void | _M_assign (const __dynamic_bitset_base &__b) |
void | _M_clear () |
void | _M_do_and (const __dynamic_bitset_base &__x) |
void | _M_do_append_block (block_type __block, size_type __pos) |
size_t | _M_do_count () const |
void | _M_do_dif (const __dynamic_bitset_base &__x) |
size_type | _M_do_find_first (size_t __not_found) const |
size_type | _M_do_find_next (size_t __prev, size_t __not_found) const |
void | _M_do_flip () |
void | _M_do_left_shift (size_t __shift) |
void | _M_do_or (const __dynamic_bitset_base &__x) |
void | _M_do_reset () |
void | _M_do_right_shift (size_t __shift) |
void | _M_do_set () |
unsigned long long | _M_do_to_ullong () const |
unsigned long | _M_do_to_ulong () const |
void | _M_do_xor (const __dynamic_bitset_base &__x) |
allocator_type | _M_get_allocator () const |
block_type & | _M_getword (size_type __pos) |
block_type | _M_getword (size_type __pos) const |
block_type & | _M_hiword () |
block_type | _M_hiword () const |
bool | _M_is_any () const |
bool | _M_is_equal (const __dynamic_bitset_base &__x) const |
bool | _M_is_less (const __dynamic_bitset_base &__x) const |
bool | _M_is_proper_subset_of (const __dynamic_bitset_base &__b) const |
bool | _M_is_subset_of (const __dynamic_bitset_base &__b) |
void | _M_resize (size_t __nbits, bool __value) |
size_type | _M_size () const noexcept |
void | _M_swap (__dynamic_bitset_base &__b) |
Static Public Member Functions | |
static block_type | _S_maskbit (size_type __pos) noexcept |
static size_type | _S_whichbit (size_type __pos) noexcept |
static size_type | _S_whichbyte (size_type __pos) noexcept |
static size_type | _S_whichword (size_type __pos) noexcept |
Public Attributes | |
std::vector< block_type, allocator_type > | _M_w |
Static Public Attributes | |
static const size_type | _S_bits_per_block |
static const size_type | npos |
Base class, general case.
See documentation for dynamic_bitset.
Definition at line 63 of file dynamic_bitset.
typedef _Alloc std::tr2::__dynamic_bitset_base< _WordT, _Alloc >::allocator_type |
Definition at line 69 of file dynamic_bitset.
typedef _WordT std::tr2::__dynamic_bitset_base< _WordT, _Alloc >::block_type |
Definition at line 68 of file dynamic_bitset.
typedef size_t std::tr2::__dynamic_bitset_base< _WordT, _Alloc >::size_type |
Definition at line 70 of file dynamic_bitset.
|
inlineexplicit |
Definition at line 79 of file dynamic_bitset.
|
inlineexplicit |
Definition at line 84 of file dynamic_bitset.
|
inlineexplicit |
Definition at line 88 of file dynamic_bitset.
|
inline |
Definition at line 267 of file dynamic_bitset.
|
inline |
Definition at line 105 of file dynamic_bitset.
|
inline |
Definition at line 113 of file dynamic_bitset.
|
inline |
Definition at line 168 of file dynamic_bitset.
|
inline |
Definition at line 342 of file dynamic_bitset.
|
inline |
Definition at line 314 of file dynamic_bitset.
|
inline |
Definition at line 198 of file dynamic_bitset.
size_t std::tr2::__dynamic_bitset_base< _WordT, _Alloc >::_M_do_find_first | ( | size_t | __not_found | ) | const |
Definition at line 127 of file dynamic_bitset.tcc.
size_t std::tr2::__dynamic_bitset_base< _WordT, _Alloc >::_M_do_find_next | ( | size_t | __prev, |
size_t | __not_found | ||
) | const |
Definition at line 143 of file dynamic_bitset.tcc.
|
inline |
Definition at line 214 of file dynamic_bitset.
void std::tr2::__dynamic_bitset_base< _WordT, _Alloc >::_M_do_left_shift | ( | size_t | __shift | ) |
Definition at line 44 of file dynamic_bitset.tcc.
|
inline |
Definition at line 178 of file dynamic_bitset.
|
inline |
Definition at line 228 of file dynamic_bitset.
void std::tr2::__dynamic_bitset_base< _WordT, _Alloc >::_M_do_right_shift | ( | size_t | __shift | ) |
Definition at line 70 of file dynamic_bitset.tcc.
|
inline |
Definition at line 221 of file dynamic_bitset.
unsigned long long std::tr2::__dynamic_bitset_base< _WordT, _Alloc >::_M_do_to_ullong |
Definition at line 112 of file dynamic_bitset.tcc.
unsigned long std::tr2::__dynamic_bitset_base< _WordT, _Alloc >::_M_do_to_ulong |
Definition at line 98 of file dynamic_bitset.tcc.
|
inline |
Definition at line 188 of file dynamic_bitset.
|
inline |
Definition at line 132 of file dynamic_bitset.
|
inline |
Definition at line 152 of file dynamic_bitset.
|
inline |
Definition at line 156 of file dynamic_bitset.
|
inline |
Definition at line 160 of file dynamic_bitset.
|
inline |
Definition at line 164 of file dynamic_bitset.
|
inline |
Definition at line 277 of file dynamic_bitset.
|
inline |
Definition at line 235 of file dynamic_bitset.
|
inline |
Definition at line 249 of file dynamic_bitset.
|
inline |
Definition at line 300 of file dynamic_bitset.
|
inline |
Definition at line 286 of file dynamic_bitset.
|
inline |
Definition at line 117 of file dynamic_bitset.
|
inlinenoexcept |
Definition at line 323 of file dynamic_bitset.
|
inline |
Definition at line 109 of file dynamic_bitset.
|
inlinestaticnoexcept |
Definition at line 148 of file dynamic_bitset.
|
inlinestaticnoexcept |
Definition at line 144 of file dynamic_bitset.
|
inlinestaticnoexcept |
Definition at line 140 of file dynamic_bitset.
|
inlinestaticnoexcept |
Definition at line 136 of file dynamic_bitset.
std::vector<block_type, allocator_type> std::tr2::__dynamic_bitset_base< _WordT, _Alloc >::_M_w |
0 is the least significant word.
Definition at line 76 of file dynamic_bitset.
|
static |
Definition at line 72 of file dynamic_bitset.
|
static |
Definition at line 73 of file dynamic_bitset.