Class std::bitset wrapper with performance instrumentation.
More...
Inherits bitset< _Nb >.
List of all members.
Public Member Functions
-
bitset (unsigned long long __val)
-
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 , 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))
-
bitset (const char *__str)
-
_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 (size_t __pos, bool __val=true)
-
bitset< _Nb > & set ()
-
std::basic_string< char,
std::char_traits< char >
, std::allocator< char > > to_string (char __zero, char __one= '1') const
-
template<typename _CharT , typename _Traits > std::basic_string< _CharT,
_Traits, std::allocator
< _CharT > > to_string () const
-
template<typename _CharT , typename _Traits , typename _Alloc > std::basic_string< _CharT,
_Traits, _Alloc > 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
-
std::basic_string< char,
std::char_traits< char >
, std::allocator< char > > to_string () 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
-
template<class _CharT , class _Traits , class _Alloc > std::basic_string< _CharT,
_Traits, _Alloc > to_string (_CharT __zero, _CharT __one=_CharT('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.
The documentation for this class was generated from the following file: