libstdc++: __gnu_debug::_Safe_local_iterator_base Class Reference (original) (raw)
#include <[safe_unordered_base.h](a00965%5Fsource.html)>
Public Member Functions | |
---|---|
bool | _M_attached_to (const _Safe_sequence_base *__seq) const |
bool | _M_can_compare (const _Safe_iterator_base &__x) const throw () |
void | _M_invalidate () |
void | _M_reset () throw () |
bool | _M_singular () const throw () |
void | _M_unlink () throw () |
Public Attributes | |
---|---|
_Safe_iterator_base * | _M_next |
_Safe_iterator_base * | _M_prior |
_Safe_sequence_base * | _M_sequence |
unsigned int | _M_version |
Protected Member Functions | |
---|---|
_Safe_local_iterator_base () | |
_Safe_local_iterator_base (const _Safe_local_iterator_base &__x, bool __constant) | |
_Safe_local_iterator_base (const _Safe_sequence_base *__seq, bool __constant) | |
void | _M_attach (_Safe_sequence_base *__seq, bool __constant) |
void | _M_attach_single (_Safe_sequence_base *__seq, bool __constant) throw () |
void | _M_detach () |
void | _M_detach_single () throw () |
_Safe_unordered_container_base * | _M_get_container () const noexcept |
__gnu_cxx::__mutex & | _M_get_mutex () throw () |
Basic functionality for a safe iterator.
The _Safe_local_iterator_base base class implements the functionality of a safe local iterator that is not specific to a particular iterator type. It contains a pointer back to the container it references along with iterator version information and pointers to form a doubly-linked list of local iterators referenced by the container.
This class must not perform any operations that can throw an exception, or the exception guarantees of derived iterators will be broken.
Definition at line 50 of file safe_unordered_base.h.
__gnu_debug::_Safe_local_iterator_base::_Safe_local_iterator_base ( ) | inlineprotected |
---|
◆ _Safe_local_iterator_base() [2/3]
__gnu_debug::_Safe_local_iterator_base::_Safe_local_iterator_base ( const _Safe_sequence_base * __seq, bool __constant ) | inlineprotected |
---|
Initialize the iterator to reference the container pointed to by __seq
. __constant
is true when we are initializing a constant local iterator, and false if it is a mutable local iterator. Note that __seq
may be NULL, in which case the iterator will be singular. Otherwise, the iterator will reference __seq
and be nonsingular.
Definition at line 64 of file safe_unordered_base.h.
References _M_attach().
◆ _Safe_local_iterator_base() [3/3]
__gnu_debug::_Safe_local_iterator_base::_Safe_local_iterator_base ( const _Safe_local_iterator_base & __x, bool __constant ) | inlineprotected |
---|
◆ ~_Safe_local_iterator_base()
__gnu_debug::_Safe_local_iterator_base::~_Safe_local_iterator_base ( ) | inlineprotected |
---|
◆ _M_attach()
void __gnu_debug::_Safe_local_iterator_base::_M_attach ( _Safe_sequence_base * __seq, bool __constant ) | protected |
---|
◆ _M_attach_single()
void __gnu_debug::_Safe_local_iterator_base::_M_attach_single ( _Safe_sequence_base * __seq, bool __constant ) throw ( ) | protected |
---|
◆ _M_attached_to()
bool __gnu_debug::_Safe_iterator_base::_M_attached_to ( const _Safe_sequence_base * __seq) const | inlineinherited |
---|
◆ _M_can_compare()
bool __gnu_debug::_Safe_iterator_base::_M_can_compare ( const _Safe_iterator_base & __x) const throw ( ) | inherited |
---|
Can we compare this iterator to the given iterator __x
? Returns true if both iterators are nonsingular and reference the same sequence.
◆ _M_detach()
void __gnu_debug::_Safe_local_iterator_base::_M_detach ( ) | protected |
---|
◆ _M_detach_single()
void __gnu_debug::_Safe_local_iterator_base::_M_detach_single ( ) throw ( ) | protected |
---|
Likewise, but not thread-safe.
◆ _M_get_mutex()
__gnu_cxx::__mutex & __gnu_debug::_Safe_iterator_base::_M_get_mutex ( ) throw ( ) | protectedinherited |
---|
For use in _Safe_iterator.
Referenced by __gnu_debug::_Safe_local_iterator< _Iterator, _Sequence >::operator++(), __gnu_debug::_Safe_iterator< _Iterator, _Sequence, _Category >::operator++(), __gnu_debug::_Safe_iterator< _Iterator, _Sequence, _Category >::operator=(), __gnu_debug::_Safe_local_iterator< _Iterator, _Sequence >::operator=(), __gnu_debug::_Safe_iterator< _Iterator, _Sequence, _Category >::operator=(), and __gnu_debug::_Safe_local_iterator< _Iterator, _Sequence >::operator=().
◆ _M_invalidate()
void __gnu_debug::_Safe_iterator_base::_M_invalidate ( ) | inlineinherited |
---|
◆ _M_reset()
void __gnu_debug::_Safe_iterator_base::_M_reset ( ) throw ( ) | inherited |
---|
Reset all member variables
◆ _M_singular()
bool __gnu_debug::_Safe_iterator_base::_M_singular ( ) const throw ( ) | inherited |
---|
Is this iterator singular?
Referenced by __gnu_debug::_Safe_iterator< _Iterator, _Sequence, _Category >::_Safe_iterator(), __gnu_debug::_Safe_iterator< _Iterator, _Sequence, _Category >::_Safe_iterator(), __gnu_debug::_Safe_iterator< _Iterator, _Sequence, _Category >::_Safe_iterator(), __gnu_debug::_Safe_local_iterator< _Iterator, _Sequence >::_Safe_local_iterator(), __gnu_debug::_Safe_local_iterator< _Iterator, _Sequence >::_Safe_local_iterator(), __gnu_debug::_Safe_local_iterator< _Iterator, _Sequence >::_Safe_local_iterator(), __gnu_debug::__check_singular_aux(), __gnu_debug::_Safe_iterator< _Iterator, _Sequence, _Category >::_M_dereferenceable(), __gnu_debug::_Safe_local_iterator< _Iterator, _Sequence >::_M_dereferenceable(), __gnu_debug::_Safe_iterator< _Iterator, _Sequence, _Category >::_M_incrementable(), __gnu_debug::_Safe_local_iterator< _Iterator, _Sequence >::_M_incrementable(), __gnu_debug::_Safe_iterator< _Iterator, _Sequence, _Category >::operator=(), __gnu_debug::_Safe_local_iterator< _Iterator, _Sequence >::operator=(), __gnu_debug::_Safe_iterator< _Iterator, _Sequence, _Category >::operator=(), and __gnu_debug::_Safe_local_iterator< _Iterator, _Sequence >::operator=().
◆ _M_unlink()
void __gnu_debug::_Safe_iterator_base::_M_unlink ( ) throw ( ) | inlineinherited |
---|
◆ _M_next
◆ _M_prior
◆ _M_sequence
The sequence this iterator references; may be NULL to indicate a singular iterator.
Definition at line 57 of file safe_base.h.
Referenced by __gnu_debug::_Safe_iterator< _Iterator, _Sequence, _Category >::_Safe_iterator(), __gnu_debug::_Safe_iterator< _Iterator, _Sequence, _Category >::_Safe_iterator(), __gnu_debug::_Safe_iterator< _Iterator, _Sequence, _Category >::_Safe_iterator(), __gnu_debug::_Safe_iterator_base::_Safe_iterator_base(), __gnu_debug::_Safe_local_iterator< _Iterator, _Sequence >::_Safe_local_iterator(), __gnu_debug::_Safe_local_iterator< _Iterator, _Sequence >::_Safe_local_iterator(), __gnu_debug::_Safe_local_iterator< _Iterator, _Sequence >::_Safe_local_iterator(), _Safe_local_iterator_base(), __gnu_debug::_Safe_iterator_base::_M_attached_to(), __gnu_debug::_Safe_sequence< _Sequence >::_M_transfer_from_if(), __gnu_debug::_Safe_iterator< _Iterator, _Sequence, _Category >::operator=(), __gnu_debug::_Safe_local_iterator< _Iterator, _Sequence >::operator=(), __gnu_debug::_Safe_iterator< _Iterator, _Sequence, _Category >::operator=(), and __gnu_debug::_Safe_local_iterator< _Iterator, _Sequence >::operator=().
◆ _M_version
unsigned int __gnu_debug::_Safe_iterator_base::_M_version | inherited |
---|
The version number of this iterator. The sentinel value 0 is used to indicate an invalidated iterator (i.e., one that is singular because of an operation on the container). This version number must equal the version number in the sequence referenced by _M_sequence for the iterator to be non-singular.
Definition at line 66 of file safe_base.h.
Referenced by __gnu_debug::_Safe_iterator_base::_M_invalidate(), __gnu_debug::_Safe_sequence< _Sequence >::_M_transfer_from_if(), __gnu_debug::_Safe_iterator< _Iterator, _Sequence, _Category >::_M_value_initialized(), __gnu_debug::_Safe_local_iterator< _Iterator, _Sequence >::_M_value_initialized(), __gnu_debug::_Safe_iterator< _Iterator, _Sequence, _Category >::operator=(), __gnu_debug::_Safe_local_iterator< _Iterator, _Sequence >::operator=(), __gnu_debug::_Safe_iterator< _Iterator, _Sequence, _Category >::operator=(), and __gnu_debug::_Safe_local_iterator< _Iterator, _Sequence >::operator=().
The documentation for this class was generated from the following file: