libstdc++
|
Go to the source code of this file.
Classes | |
struct | __gnu_debug::_BeforeBeginHelper< _Sequence > |
class | __gnu_debug::_Safe_iterator< _Iterator, _Sequence, _Category > |
struct | __gnu_debug::_Sequence_traits< _Sequence > |
Namespaces | |
__gnu_debug | |
Functions | |
template<typename _Iterator , typename _Sequence > | |
_Iterator | __gnu_debug::__base (const _Safe_iterator< _Iterator, _Sequence, std::random_access_iterator_tag > &__it) |
template<typename _Iterator , typename _Sequence , typename _Category , typename _Size > | |
bool | __gnu_debug::__can_advance (const _Safe_iterator< _Iterator, _Sequence, _Category > &, _Size) |
template<typename _Iterator , typename _Sequence , typename _Category , typename _Diff > | |
bool | __gnu_debug::__can_advance (const _Safe_iterator< _Iterator, _Sequence, _Category > &, const std::pair< _Diff, _Distance_precision > &, int) |
template<typename _Iterator , typename _Sequence > | |
_Iterator | __gnu_debug::__unsafe (const _Safe_iterator< _Iterator, _Sequence > &__it) |
template<typename _Iterator , typename _Sequence , typename _Category > | |
bool | __gnu_debug::__valid_range (const _Safe_iterator< _Iterator, _Sequence, _Category > &, const _Safe_iterator< _Iterator, _Sequence, _Category > &) |
template<typename _Iterator , typename _Sequence , typename _Category > | |
bool | __gnu_debug::__valid_range (const _Safe_iterator< _Iterator, _Sequence, _Category > &, const _Safe_iterator< _Iterator, _Sequence, _Category > &, typename _Distance_traits< _Iterator >::__type &) |
This file is a GNU debug extension to the Standard C++ Library.
Definition in file safe_iterator.h.