libstdc++
|
Go to the source code of this file.
Classes | |
struct | __gnu_debug::_BeforeBeginHelper< _Sequence > |
class | __gnu_debug::_Safe_iterator< _Iterator, _Sequence > |
Namespaces | |
__gnu_debug | |
Functions | |
template<typename _Iterator > | |
_Siter_base< _Iterator > ::iterator_type | __gnu_debug::__base (_Iterator __it) |
bool | __gnu_debug::__check_singular_aux (const _Safe_iterator_base *__x) |
template<typename _IteratorL , typename _IteratorR , typename _Sequence > | |
bool | __gnu_debug::operator!= (const _Safe_iterator< _IteratorL, _Sequence > &__lhs, const _Safe_iterator< _IteratorR, _Sequence > &__rhs) |
template<typename _Iterator , typename _Sequence > | |
bool | __gnu_debug::operator!= (const _Safe_iterator< _Iterator, _Sequence > &__lhs, const _Safe_iterator< _Iterator, _Sequence > &__rhs) |
template<typename _Iterator , typename _Sequence > | |
_Safe_iterator< _Iterator, _Sequence > | __gnu_debug::operator+ (typename _Safe_iterator< _Iterator, _Sequence >::difference_type __n, const _Safe_iterator< _Iterator, _Sequence > &__i) |
template<typename _IteratorL , typename _IteratorR , typename _Sequence > | |
_Safe_iterator< _IteratorL, _Sequence >::difference_type | __gnu_debug::operator- (const _Safe_iterator< _IteratorL, _Sequence > &__lhs, const _Safe_iterator< _IteratorR, _Sequence > &__rhs) |
template<typename _Iterator , typename _Sequence > | |
_Safe_iterator< _Iterator, _Sequence >::difference_type | __gnu_debug::operator- (const _Safe_iterator< _Iterator, _Sequence > &__lhs, const _Safe_iterator< _Iterator, _Sequence > &__rhs) |
template<typename _IteratorL , typename _IteratorR , typename _Sequence > | |
bool | __gnu_debug::operator< (const _Safe_iterator< _IteratorL, _Sequence > &__lhs, const _Safe_iterator< _IteratorR, _Sequence > &__rhs) |
template<typename _Iterator , typename _Sequence > | |
bool | __gnu_debug::operator< (const _Safe_iterator< _Iterator, _Sequence > &__lhs, const _Safe_iterator< _Iterator, _Sequence > &__rhs) |
template<typename _IteratorL , typename _IteratorR , typename _Sequence > | |
bool | __gnu_debug::operator<= (const _Safe_iterator< _IteratorL, _Sequence > &__lhs, const _Safe_iterator< _IteratorR, _Sequence > &__rhs) |
template<typename _Iterator , typename _Sequence > | |
bool | __gnu_debug::operator<= (const _Safe_iterator< _Iterator, _Sequence > &__lhs, const _Safe_iterator< _Iterator, _Sequence > &__rhs) |
template<typename _IteratorL , typename _IteratorR , typename _Sequence > | |
bool | __gnu_debug::operator== (const _Safe_iterator< _IteratorL, _Sequence > &__lhs, const _Safe_iterator< _IteratorR, _Sequence > &__rhs) |
template<typename _Iterator , typename _Sequence > | |
bool | __gnu_debug::operator== (const _Safe_iterator< _Iterator, _Sequence > &__lhs, const _Safe_iterator< _Iterator, _Sequence > &__rhs) |
template<typename _IteratorL , typename _IteratorR , typename _Sequence > | |
bool | __gnu_debug::operator> (const _Safe_iterator< _IteratorL, _Sequence > &__lhs, const _Safe_iterator< _IteratorR, _Sequence > &__rhs) |
template<typename _Iterator , typename _Sequence > | |
bool | __gnu_debug::operator> (const _Safe_iterator< _Iterator, _Sequence > &__lhs, const _Safe_iterator< _Iterator, _Sequence > &__rhs) |
template<typename _IteratorL , typename _IteratorR , typename _Sequence > | |
bool | __gnu_debug::operator>= (const _Safe_iterator< _IteratorL, _Sequence > &__lhs, const _Safe_iterator< _IteratorR, _Sequence > &__rhs) |
template<typename _Iterator , typename _Sequence > | |
bool | __gnu_debug::operator>= (const _Safe_iterator< _Iterator, _Sequence > &__lhs, const _Safe_iterator< _Iterator, _Sequence > &__rhs) |
This file is a GNU debug extension to the Standard C++ Library.
Definition in file safe_iterator.h.