GNU g++  v5.2.1
GNU Standard C++
__gnu_cxx::__ops Namespace Reference

Classes

struct  _Iter_comp_iter
 
struct  _Iter_comp_to_iter
 
struct  _Iter_comp_to_val
 
struct  _Iter_comp_val
 
struct  _Iter_equal_to_iter
 
struct  _Iter_equal_to_val
 
struct  _Iter_equals_iter
 
struct  _Iter_equals_val
 
struct  _Iter_less_iter
 
struct  _Iter_less_val
 
struct  _Iter_negate
 
struct  _Iter_pred
 
struct  _Val_comp_iter
 
struct  _Val_less_iter
 

Functions

template<typename _Compare >
_GLIBCXX14_CONSTEXPR _Iter_comp_iter< _Compare > __iter_comp_iter (_Compare __comp)
 
template<typename _Iterator >
_Iter_equals_iter< _Iterator > __iter_comp_iter (_Iter_equal_to_iter, _Iterator __it)
 
template<typename _Compare , typename _Iterator >
_Iter_comp_to_iter< _Compare, _Iterator > __iter_comp_iter (_Iter_comp_iter< _Compare > __comp, _Iterator __it)
 
_Iter_less_val __iter_comp_val (_Iter_less_iter)
 
_Iter_equal_to_val __iter_comp_val (_Iter_equal_to_iter)
 
template<typename _Compare >
_Iter_comp_val< _Compare > __iter_comp_val (_Compare __comp)
 
template<typename _Compare >
_Iter_comp_val< _Compare > __iter_comp_val (_Iter_comp_iter< _Compare > __comp)
 
template<typename _Compare , typename _Value >
_Iter_comp_to_val< _Compare, _Value > __iter_comp_val (_Compare __comp, _Value &__val)
 
_Iter_equal_to_iter __iter_equal_to_iter ()
 
_Iter_equal_to_val __iter_equal_to_val ()
 
template<typename _Value >
_Iter_equals_val< _Value > __iter_equals_val (_Value &__val)
 
_GLIBCXX14_CONSTEXPR _Iter_less_iter __iter_less_iter ()
 
_Iter_less_val __iter_less_val ()
 
template<typename _Predicate >
_Iter_negate< _Predicate > __negate (_Iter_pred< _Predicate > __pred)
 
template<typename _Predicate >
_Iter_pred< _Predicate > __pred_iter (_Predicate __pred)
 
_Val_less_iter __val_comp_iter (_Iter_less_iter)
 
template<typename _Compare >
_Val_comp_iter< _Compare > __val_comp_iter (_Compare __comp)
 
template<typename _Compare >
_Val_comp_iter< _Compare > __val_comp_iter (_Iter_comp_iter< _Compare > __comp)
 
_Val_less_iter __val_less_iter ()
 

Function Documentation

template<typename _Compare >
_GLIBCXX14_CONSTEXPR _Iter_comp_iter<_Compare> __gnu_cxx::__ops::__iter_comp_iter ( _Compare  __comp)
inline

Referenced by _GLIBCXX_VISIBILITY().

Here is the caller graph for this function:

template<typename _Iterator >
_Iter_equals_iter<_Iterator> __gnu_cxx::__ops::__iter_comp_iter ( _Iter_equal_to_iter  ,
_Iterator  __it 
)
inline
template<typename _Compare , typename _Iterator >
_Iter_comp_to_iter<_Compare, _Iterator> __gnu_cxx::__ops::__iter_comp_iter ( _Iter_comp_iter< _Compare >  __comp,
_Iterator  __it 
)
inline
_Iter_less_val __gnu_cxx::__ops::__iter_comp_val ( _Iter_less_iter  )
inline

Referenced by _GLIBCXX_VISIBILITY().

Here is the caller graph for this function:

_Iter_equal_to_val __gnu_cxx::__ops::__iter_comp_val ( _Iter_equal_to_iter  )
inline
template<typename _Compare >
_Iter_comp_val<_Compare> __gnu_cxx::__ops::__iter_comp_val ( _Compare  __comp)
inline
template<typename _Compare >
_Iter_comp_val<_Compare> __gnu_cxx::__ops::__iter_comp_val ( _Iter_comp_iter< _Compare >  __comp)
inline
template<typename _Compare , typename _Value >
_Iter_comp_to_val<_Compare, _Value> __gnu_cxx::__ops::__iter_comp_val ( _Compare  __comp,
_Value &  __val 
)
_Iter_equal_to_iter __gnu_cxx::__ops::__iter_equal_to_iter ( )
inline

Referenced by _GLIBCXX_VISIBILITY().

Here is the caller graph for this function:

_Iter_equal_to_val __gnu_cxx::__ops::__iter_equal_to_val ( )
inline
template<typename _Value >
_Iter_equals_val<_Value> __gnu_cxx::__ops::__iter_equals_val ( _Value &  __val)
inline

Referenced by _GLIBCXX_VISIBILITY().

Here is the caller graph for this function:

_GLIBCXX14_CONSTEXPR _Iter_less_iter __gnu_cxx::__ops::__iter_less_iter ( )
inline

Referenced by _GLIBCXX_VISIBILITY().

Here is the caller graph for this function:

_Iter_less_val __gnu_cxx::__ops::__iter_less_val ( )
inline

Referenced by _GLIBCXX_VISIBILITY().

Here is the caller graph for this function:

template<typename _Predicate >
_Iter_negate<_Predicate> __gnu_cxx::__ops::__negate ( _Iter_pred< _Predicate >  __pred)
inline

References __gnu_cxx::__ops::_Iter_pred< _Predicate >::_M_pred.

Referenced by _GLIBCXX_VISIBILITY().

Here is the caller graph for this function:

template<typename _Predicate >
_Iter_pred<_Predicate> __gnu_cxx::__ops::__pred_iter ( _Predicate  __pred)
inline

Referenced by _GLIBCXX_VISIBILITY().

Here is the caller graph for this function:

_Val_less_iter __gnu_cxx::__ops::__val_comp_iter ( _Iter_less_iter  )
inline

Referenced by _GLIBCXX_VISIBILITY().

Here is the caller graph for this function:

template<typename _Compare >
_Val_comp_iter<_Compare> __gnu_cxx::__ops::__val_comp_iter ( _Compare  __comp)
inline
template<typename _Compare >
_Val_comp_iter<_Compare> __gnu_cxx::__ops::__val_comp_iter ( _Iter_comp_iter< _Compare >  __comp)
inline
_Val_less_iter __gnu_cxx::__ops::__val_less_iter ( )
inline

Referenced by _GLIBCXX_VISIBILITY().

Here is the caller graph for this function: