Public Member Functions | Public Attributes | Protected Member Functions

std::__debug::bitset< _Nb > Class Template Reference

Class std::bitset with additional safety/checking/debug instrumentation. More...

Inheritance diagram for std::__debug::bitset< _Nb >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

Public Attributes

Protected Member Functions


Detailed Description

template<size_t _Nb>
class std::__debug::bitset< _Nb >

Class std::bitset with additional safety/checking/debug instrumentation.

Definition at line 43 of file debug/bitset.


Member Function Documentation

void __gnu_debug::_Safe_sequence_base::_M_detach_all (  )  [protected, inherited]

Detach all iterators, leaving them singular.

void __gnu_debug::_Safe_sequence_base::_M_detach_singular (  )  [protected, inherited]

Detach all singular iterators.

Postcondition:
for all iterators i attached to this sequence, i->_M_version == _M_version.
__gnu_cxx::__mutex& __gnu_debug::_Safe_sequence_base::_M_get_mutex (  )  throw () [protected, inherited]
void __gnu_debug::_Safe_sequence_base::_M_invalidate_all (  )  const [inline, inherited]
void __gnu_debug::_Safe_sequence_base::_M_revalidate_singular (  )  [protected, inherited]

Revalidates all attached singular iterators. This method may be used to validate iterators that were invalidated before (but for some reason, such as an exception, need to become valid again).

void __gnu_debug::_Safe_sequence_base::_M_swap ( _Safe_sequence_base __x  )  [protected, inherited]

Swap this sequence with the given sequence. This operation also swaps ownership of the iterators, so that when the operation is complete all iterators that originally referenced one container now reference the other container.


Member Data Documentation

_Safe_iterator_base* __gnu_debug::_Safe_sequence_base::_M_const_iterators [inherited]
_Safe_iterator_base* __gnu_debug::_Safe_sequence_base::_M_iterators [inherited]
unsigned int __gnu_debug::_Safe_sequence_base::_M_version [mutable, inherited]

The container version number. This number may never be 0.

Definition at line 169 of file safe_base.h.


The documentation for this class was generated from the following file: