Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

std::tr2::__dynamic_bitset_base(3) [debian man page]

std::tr2::__dynamic_bitset_base< _WordT, _Alloc >(3cxx) 				   std::tr2::__dynamic_bitset_base< _WordT, _Alloc >(3cxx)

NAME
std::tr2::__dynamic_bitset_base< _WordT, _Alloc > - SYNOPSIS
Inherited by std::tr2::dynamic_bitset< _WordT, _Alloc > [private]. Public Types typedef _Alloc allocator_type typedef _WordT block_type typedef size_t size_type Public Member Functions __dynamic_bitset_base (const allocator_type &__alloc=allocator_type()) __dynamic_bitset_base (__dynamic_bitset_base &&__b) __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 void _M_swap (__dynamic_bitset_base &__b) Static Public Member Functions static block_type _S_maskbit (size_type __pos) static size_type _S_whichbit (size_type __pos) static size_type _S_whichbyte (size_type __pos) static size_type _S_whichword (size_type __pos) 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 Detailed Description template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>struct std::tr2::__dynamic_bitset_base< _WordT, _Alloc > Base class, general case. See documentation for dynamic_bitset. Definition at line 81 of file dynamic_bitset. Member Data Documentation template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>> std::vector<block_type, allocator_type> std::tr2::__dynamic_bitset_base< _WordT, _Alloc >::_M_w 0 is the least significant word. Definition at line 94 of file dynamic_bitset. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Sun Jan 6 2013 std::tr2::__dynamic_bitset_base< _WordT, _Alloc >(3cxx)

Check Out this Related Man Page

std::__profile::bitset< _Nb >(3cxx)									       std::__profile::bitset< _Nb >(3cxx)

NAME
std::__profile::bitset< _Nb > - SYNOPSIS
Inherits bitset< _Nb >. Public Member Functions constexpr bitset (unsigned long long __val) template<typename _CharT , typename _Traits , typename _Alloc > bitset (const std::basic_string< _CharT, _Traits, _Alloc > &__str, typename std::basic_string< _CharT, _Traits, _Alloc >::size_type __pos=0, typename std::basic_string< _CharT, _Traits, _Alloc >::size_type __n=(std::basic_string< _CharT, _Traits, _Alloc >::npos)) template<class _CharT , class _Traits , class _Alloc > bitset (const std::basic_string< _CharT, _Traits, _Alloc > &__str, typename std::basic_string< _CharT, _Traits, _Alloc >::size_type __pos, typename std::basic_string< _CharT, _Traits, _Alloc >::size_type __n, _CharT __zero, _CharT __one=_CharT('1')) bitset (const _Base &__x) template<typename _CharT > bitset (const _CharT *__str, typename std::basic_string< _CharT >::size_type __n=std::basic_string< _CharT >::npos, _CharT __zero=_CharT('0'), _CharT __one=_CharT('1')) _Base & _M_base () const _Base & _M_base () const bitset< _Nb > & flip () bitset< _Nb > & flip (size_t __pos) bool operator!= (const bitset< _Nb > &__rhs) const bitset< _Nb > & operator&= (const bitset< _Nb > &__rhs) bitset< _Nb > operator<< (size_t __pos) const bitset< _Nb > & operator<<= (size_t __pos) bool operator== (const bitset< _Nb > &__rhs) const bitset< _Nb > operator>> (size_t __pos) const bitset< _Nb > & operator>>= (size_t __pos) reference operator[] (size_t __pos) bool operator[] (size_t __pos) const bitset< _Nb > & operator^= (const bitset< _Nb > &__rhs) bitset< _Nb > & operator|= (const bitset< _Nb > &__rhs) bitset< _Nb > operator~ () const bitset< _Nb > & reset () bitset< _Nb > & reset (size_t __pos) bitset< _Nb > & set () bitset< _Nb > & set (size_t __pos, bool __val=true) template<typename _CharT , typename _Traits , typename _Alloc > std::basic_string< _CharT, _Traits, _Alloc > to_string () const " template<class _CharT , class _Traits , class _Alloc > std::basic_string< _CharT, _Traits, _Alloc > to_string (_CharT __zero, _CharT __one=_CharT('1')) const " template<typename _CharT , typename _Traits > std::basic_string< _CharT, _Traits, std::allocator < _CharT > > to_string () const " template<class _CharT , class _Traits > std::basic_string< _CharT, _Traits, std::allocator < _CharT > > to_string (_CharT __zero, _CharT __one=_CharT('1')) const " template<typename _CharT > std::basic_string< _CharT, std::char_traits< _CharT > , std::allocator< _CharT > > to_string () const " template<class _CharT > std::basic_string< _CharT, std::char_traits< _CharT > , std::allocator< _CharT > > to_string (_CharT __zero, _CharT __one=_CharT('1')) const " std::basic_string< char, std::char_traits< char > , std::allocator< char > > to_string () const " std::basic_string< char, std::char_traits< char > , std::allocator< char > > to_string (char __zero, char __one= '1') const " Detailed Description template<size_t _Nb>class std::__profile::bitset< _Nb > Class std::bitset wrapper with performance instrumentation. Definition at line 40 of file profile/bitset. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Nov 27 2012 std::__profile::bitset< _Nb >(3cxx)
Man Page