std::tr2::__dynamic_bitset_base< _WordT, _Alloc >(3cxx) | std::tr2::__dynamic_bitset_base< _WordT, _Alloc >(3cxx) |
std::tr2::__dynamic_bitset_base< _WordT, _Alloc >
typedef _Alloc allocator_type
typedef _WordT block_type
typedef size_t size_type
__dynamic_bitset_base (__dynamic_bitset_base
&&__b)=default
__dynamic_bitset_base (const __dynamic_bitset_base
&)=default
__dynamic_bitset_base (const allocator_type &__alloc)
__dynamic_bitset_base (size_type __nbits, unsigned long long
__val=0ULL, const allocator_type &__alloc=allocator_type())
size_t _M_are_all_aux () const noexcept
void _M_clear () noexcept
void _M_do_and (const __dynamic_bitset_base &__x) noexcept
void _M_do_append_block (block_type __block, size_type __pos)
size_t _M_do_count () const noexcept
void _M_do_dif (const __dynamic_bitset_base &__x) noexcept
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 () noexcept
void _M_do_left_shift (size_t __shift)
void _M_do_or (const __dynamic_bitset_base &__x) noexcept
void _M_do_reset () noexcept
void _M_do_right_shift (size_t __shift)
void _M_do_set () noexcept
unsigned long long _M_do_to_ullong () const
unsigned long _M_do_to_ulong () const
void _M_do_xor (const __dynamic_bitset_base &__x) noexcept
allocator_type _M_get_allocator () const noexcept
block_type _M_getword (size_type __pos) const noexcept
block_type & _M_getword (size_type __pos) noexcept
block_type _M_hiword () const noexcept
block_type & _M_hiword () noexcept
bool _M_is_any () const noexcept
bool _M_is_equal (const __dynamic_bitset_base &__x) const
noexcept
bool _M_is_less (const __dynamic_bitset_base &__x) const
noexcept
bool _M_is_proper_subset_of (const __dynamic_bitset_base
&__b) const noexcept
bool _M_is_subset_of (const __dynamic_bitset_base &__b)
noexcept
void _M_resize (size_t __nbits, bool __value)
size_type _M_size () const noexcept
void _M_swap (__dynamic_bitset_base &__b) noexcept
__dynamic_bitset_base & operator=
(__dynamic_bitset_base &&)=default
__dynamic_bitset_base & operator= (const
__dynamic_bitset_base &)=default
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
std::vector< block_type, allocator_type > _M_w
0 is the least significant word.
static const size_type _S_bits_per_block
static const size_type npos
struct std::tr2::__dynamic_bitset_base< _WordT, _Alloc >"Base class, general case.
See documentation for dynamic_bitset.
Definition at line 62 of file dynamic_bitset.
Definition at line 68 of file dynamic_bitset.
Definition at line 67 of file dynamic_bitset.
Definition at line 69 of file dynamic_bitset.
Definition at line 78 of file dynamic_bitset.
Definition at line 90 of file dynamic_bitset.
Definition at line 272 of file dynamic_bitset.
Definition at line 119 of file dynamic_bitset.
Definition at line 174 of file dynamic_bitset.
Definition at line 347 of file dynamic_bitset.
Definition at line 319 of file dynamic_bitset.
Definition at line 204 of file dynamic_bitset.
Definition at line 127 of file dynamic_bitset.tcc.
Definition at line 143 of file dynamic_bitset.tcc.
Definition at line 220 of file dynamic_bitset.
Definition at line 44 of file dynamic_bitset.tcc.
Definition at line 184 of file dynamic_bitset.
Definition at line 234 of file dynamic_bitset.
Definition at line 70 of file dynamic_bitset.tcc.
Definition at line 227 of file dynamic_bitset.
Definition at line 112 of file dynamic_bitset.tcc.
Definition at line 98 of file dynamic_bitset.tcc.
Definition at line 194 of file dynamic_bitset.
Definition at line 138 of file dynamic_bitset.
Definition at line 162 of file dynamic_bitset.
Definition at line 158 of file dynamic_bitset.
Definition at line 170 of file dynamic_bitset.
Definition at line 166 of file dynamic_bitset.
Definition at line 282 of file dynamic_bitset.
Definition at line 240 of file dynamic_bitset.
Definition at line 254 of file dynamic_bitset.
Definition at line 305 of file dynamic_bitset.
Definition at line 291 of file dynamic_bitset.
Definition at line 123 of file dynamic_bitset.
Definition at line 328 of file dynamic_bitset.
Definition at line 115 of file dynamic_bitset.
Definition at line 154 of file dynamic_bitset.
Definition at line 150 of file dynamic_bitset.
Definition at line 146 of file dynamic_bitset.
Definition at line 142 of file dynamic_bitset.
0 is the least significant word.
Definition at line 75 of file dynamic_bitset.
Definition at line 71 of file dynamic_bitset.
Definition at line 72 of file dynamic_bitset.
Generated automatically by Doxygen for libstdc++ from the source code.
Thu Feb 16 2023 | libstdc++ |