libstdc++
helper_functions.h File Reference

Go to the source code of this file.

Classes

class  __gnu_debug::_Safe_iterator< _Iterator, _Sequence, _Category >
 
class  __gnu_debug::_Safe_local_iterator< _Iterator, _Sequence >
 

Namespaces

 __gnu_debug
 

Enumerations

enum  __gnu_debug::_Distance_precision { __dp_none, __dp_equality, __dp_sign, __dp_exact }
 

Functions

template<typename _Iterator >
_Iterator __gnu_debug::__base (_Iterator __it)
 
template<typename _InputIterator , typename _Size >
bool __gnu_debug::__can_advance (_InputIterator, _Size)
 
template<typename _Iterator , typename _Sequence , typename _Category , typename _Size >
bool __gnu_debug::__can_advance (const _Safe_iterator< _Iterator, _Sequence, _Category > &, _Size)
 
template<typename _Iterator >
_Distance_traits< _Iterator >::__type __gnu_debug::__get_distance (_Iterator __lhs, _Iterator __rhs, std::random_access_iterator_tag)
 
template<typename _Iterator >
_Distance_traits< _Iterator >::__type __gnu_debug::__get_distance (_Iterator __lhs, _Iterator __rhs, std::input_iterator_tag)
 
template<typename _Iterator >
_Distance_traits< _Iterator >::__type __gnu_debug::__get_distance (_Iterator __lhs, _Iterator __rhs)
 
template<typename _Iterator >
_Iterator __gnu_debug::__unsafe (_Iterator __it)
 
template<typename _InputIterator >
bool __gnu_debug::__valid_range (_InputIterator __first, _InputIterator __last, typename _Distance_traits< _InputIterator >::__type &__dist)
 
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 &)
 
template<typename _Iterator , typename _Sequence >
bool __gnu_debug::__valid_range (const _Safe_local_iterator< _Iterator, _Sequence > &, const _Safe_local_iterator< _Iterator, _Sequence > &, typename _Distance_traits< _Iterator >::__type &)
 
template<typename _InputIterator >
bool __gnu_debug::__valid_range (_InputIterator __first, _InputIterator __last)
 
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 >
bool __gnu_debug::__valid_range (const _Safe_local_iterator< _Iterator, _Sequence > &, const _Safe_local_iterator< _Iterator, _Sequence > &)
 
template<typename _Integral >
bool __gnu_debug::__valid_range_aux (_Integral, _Integral, typename _Distance_traits< _Integral >::__type &__dist, std::__true_type)
 
template<typename _InputIterator >
bool __gnu_debug::__valid_range_aux (_InputIterator __first, _InputIterator __last, typename _Distance_traits< _InputIterator >::__type &__dist, std::__false_type)
 

Detailed Description

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

Definition in file helper_functions.h.