libstdc++
__gnu_debug::_Safe_node_sequence< _Sequence > Class Template Reference

#include <safe_sequence.h>

Inheritance diagram for __gnu_debug::_Safe_node_sequence< _Sequence >:
[legend]

Public Member Functions

template<typename _Predicate>
void _M_invalidate_if (_Predicate __pred) const
 
template<typename _Predicate>
void _M_transfer_from_if (const _Safe_sequence &__from, _Predicate __pred) const
 

Public Attributes

_Safe_iterator_base_M_const_iterators
 
_Safe_iterator_base_M_iterators
 
unsigned int _M_version
 

Protected Member Functions

void _M_detach_all () const
 
void _M_detach_singular () const
 
__gnu_cxx::__mutex & _M_get_mutex () const noexcept
 
void _M_invalidate_all () const
 
void _M_revalidate_singular () const
 
void _M_swap (const _Safe_sequence_base &__x) const noexcept
 

Detailed Description

template<typename _Sequence>
class __gnu_debug::_Safe_node_sequence< _Sequence >

Like _Safe_sequence but with a special _M_invalidate_all implementation not invalidating past-the-end iterators. Used by node based sequence.

Definition at line 132 of file safe_sequence.h.

Member Function Documentation

◆ _M_detach_all()

void __gnu_debug::_Safe_sequence_base::_M_detach_all ( ) const
protectedinherited

Detach all iterators, leaving them singular.

Referenced by ~_Safe_sequence_base().

◆ _M_detach_singular()

void __gnu_debug::_Safe_sequence_base::_M_detach_singular ( ) const
protectedinherited

Detach all singular iterators.

Postcondition
for all iterators i attached to this sequence, i->_M_version == _M_version.

◆ _M_get_mutex()

◆ _M_invalidate_all()

template<typename _Sequence>
void __gnu_debug::_Safe_node_sequence< _Sequence >::_M_invalidate_all ( ) const
inlineprotected

Definition at line 137 of file safe_sequence.h.

◆ _M_invalidate_if()

template<typename _Sequence>
template<typename _Predicate>
void __gnu_debug::_Safe_sequence< _Sequence >::_M_invalidate_if ( _Predicate __pred) const
inherited

Invalidates all iterators x that reference this sequence, are not singular, and for which __pred(x) returns true. __pred will be invoked with the normal iterators nested in the safe ones.

Definition at line 37 of file safe_sequence.tcc.

References __gnu_debug::_Safe_sequence_base::_M_const_iterators, __gnu_debug::_Safe_sequence_base::_M_get_mutex(), and __gnu_debug::_Safe_sequence_base::_M_iterators.

◆ _M_revalidate_singular()

void __gnu_debug::_Safe_sequence_base::_M_revalidate_singular ( ) const
protectedinherited

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).

◆ _M_swap()

void __gnu_debug::_Safe_sequence_base::_M_swap ( const _Safe_sequence_base & __x) const
protectednoexceptinherited

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.

◆ _M_transfer_from_if()

template<typename _Sequence>
template<typename _Predicate>
void __gnu_debug::_Safe_sequence< _Sequence >::_M_transfer_from_if ( const _Safe_sequence< _Sequence > & __from,
_Predicate __pred ) const
inherited

Member Data Documentation

◆ _M_const_iterators

_Safe_iterator_base* __gnu_debug::_Safe_sequence_base::_M_const_iterators
mutableinherited

◆ _M_iterators

_Safe_iterator_base* __gnu_debug::_Safe_sequence_base::_M_iterators
mutableinherited

◆ _M_version


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