GNU g++  v5.2.1
GNU Standard C++
safe_local_iterator.h File Reference

This file is a GNU debug extension to the Standard C++ Library. More...

#include <debug/debug.h>
#include <debug/macros.h>
#include <debug/functions.h>
#include <debug/safe_unordered_base.h>
#include <ext/type_traits.h>
#include <debug/safe_local_iterator.tcc>
Include dependency graph for safe_local_iterator.h:

Classes

class  __gnu_debug::_Safe_local_iterator< _Iterator, _Sequence >
 Safe iterator wrapper. More...
 
struct  __gnu_debug::_Safe_local_iterator< _Iterator, _Sequence >::_Attach_single
 

Namespaces

 __gnu_debug
 GNU debug classes for public use.
 

Functions

template<typename _IteratorL , typename _IteratorR , typename _Sequence >
bool __gnu_debug::operator!= (const _Safe_local_iterator< _IteratorL, _Sequence > &__lhs, const _Safe_local_iterator< _IteratorR, _Sequence > &__rhs)
 
template<typename _Iterator , typename _Sequence >
bool __gnu_debug::operator!= (const _Safe_local_iterator< _Iterator, _Sequence > &__lhs, const _Safe_local_iterator< _Iterator, _Sequence > &__rhs)
 
template<typename _IteratorL , typename _IteratorR , typename _Sequence >
bool __gnu_debug::operator== (const _Safe_local_iterator< _IteratorL, _Sequence > &__lhs, const _Safe_local_iterator< _IteratorR, _Sequence > &__rhs)
 
template<typename _Iterator , typename _Sequence >
bool __gnu_debug::operator== (const _Safe_local_iterator< _Iterator, _Sequence > &__lhs, const _Safe_local_iterator< _Iterator, _Sequence > &__rhs)
 

Detailed Description

This file is a GNU debug extension to the Standard C++ Library.