/home/ntakagi/work/STLport-5.1.5/stlport/stl/_iterator_base.h File Reference#include <stl/_cstddef.h> #include <stl/type_traits.h> #include <stl/_ptrs_specialize.h> Go to the source code of this file.
Define Documentation
Value: _STLP_MOVE_TO_PRIV_NAMESPACE \ _STLP_CREATE_ITERATOR_TRAITS_BASE(NonLocal##Motif, Traits) \ _STLP_CREATE_ITERATOR_TRAITS_BASE(Local##Motif, Traits) \ template <class _Tp> \ struct _##Motif { \ typedef _ConstNonLocal##Motif<_Tp> _ConstTraits; \ typedef _NonLocal##Motif<_Tp> _NonConstTraits; \ typedef _ConstLocal##Motif<_Tp> _ConstLocalTraits; \ typedef _Local##Motif<_Tp> _NonConstLocalTraits; \ }; \ _STLP_MOVE_TO_STD_NAMESPACE Definition at line 452 of file _iterator_base.h.
Value: _STLP_MOVE_TO_PRIV_NAMESPACE \ _STLP_CREATE_ITERATOR_TRAITS_BASE(Motif, Traits) \ _STLP_MOVE_TO_STD_NAMESPACE Definition at line 447 of file _iterator_base.h.
Value: template <class _Tp> \ struct _##Motif; \ template <class _Tp> \ struct _Const##Motif : public _STLP_STD::_Const_##Traits<_Tp> { \ typedef _Const##Motif<_Tp> _ConstTraits; \ typedef _##Motif<_Tp> _NonConstTraits; \ }; \ template <class _Tp> \ struct _##Motif : public _STLP_STD::_Nonconst_##Traits<_Tp> { \ typedef _Const##Motif<_Tp> _ConstTraits; \ typedef _##Motif<_Tp> _NonConstTraits; \ }; Definition at line 433 of file _iterator_base.h.
Definition at line 97 of file _iterator_base.h. Referenced by __copy_aux(), __copy_backward_aux(), __copy_backward_ptrs(), __partial_sort(), __pop_heap_aux(), __rotate(), __stable_partition_aux(), __ucopy_aux(), binary_search(), equal_range(), inplace_merge(), lower_bound(), make_heap(), partial_sort_copy(), push_heap(), search_n(), stable_sort(), uninitialized_fill(), and upper_bound().
Definition at line 96 of file _iterator_base.h. Referenced by __copy_aux(), __copy_backward_aux(), __copy_backward_ptrs(), __rotate(), __ucopy_aux(), __ucopy_n(), basic_string< char, char_traits< char >, allocator< char > >::_M_replace_aux(), advance(), copy_n(), distance(), find(), find_end(), find_if(), partition(), reverse(), search_n(), stable_partition(), uninitialized_fill(), uninitialized_fill_n(), and unique_copy().
Definition at line 98 of file _iterator_base.h. Referenced by __chunk_insertion_sort(), __copy_aux(), __copy_backward_aux(), __final_insertion_sort(), __inplace_stable_sort(), __iter_swap_aux(), __nth_element(), __rotate_aux(), __stable_partition_aux(), __ucopy_aux(), __unguarded_insertion_sort(), __unique_copy(), _Destroy_Moved_Range(), _Destroy_Range(), adjacent_difference(), adjacent_find(), binary_search(), equal_range(), find_end(), find_first_of(), includes(), inplace_merge(), is_heap(), is_sorted(), iter_swap(), lower_bound(), make_heap(), next_permutation(), nth_element(), partial_sort(), partial_sort_copy(), partial_sum(), pop_heap(), prev_permutation(), push_heap(), set_difference(), set_intersection(), set_symmetric_difference(), set_union(), sort(), stable_sort(), unique_copy(), and upper_bound().
Function Documentation
template<class _RandomAccessIterator, class _Distance>
Definition at line 520 of file _iterator_base.h.
template<class _BidirectionalIterator, class _Distance>
Definition at line 510 of file _iterator_base.h.
template<class _InputIter, class _Distance>
Definition at line 496 of file _iterator_base.h.
template<class _InputIter, class _Distance>
template<class _RandomAccessIterator, class _Distance>
Definition at line 314 of file _iterator_base.h.
template<class _InputIterator, class _Distance>
template<class _Iter>
template<class _Iter>
Definition at line 199 of file _iterator_base.h.
template<class _Iter>
template<class _Tp>
template<class _Iter>
template<class _InputIterator>
template<class _InputIterator, class _Distance>
Definition at line 526 of file _iterator_base.h. References __advance(), and _STLP_ITERATOR_CATEGORY. Referenced by __equal_range(), __inplace_stable_partition(), __lower_bound(), __merge_adaptive(), __merge_without_buffer(), __stable_partition_adaptive(), __upper_bound(), basic_string< char, char_traits< char >, allocator< char > >::_M_replaceT(), vector< locale::facet * >::assign(), and deque< _Tp, >::assign().
template<class _InputIterator, class _Distance>
Definition at line 322 of file _iterator_base.h. References __distance(), and _STLP_ITERATOR_CATEGORY. Referenced by __BVECTOR_QUALIFIED::__BVECTOR(), __equal_range(), __inplace_merge_aux(), __lower_bound(), __merge_adaptive(), __merge_without_buffer(), __upper_bound(), basic_string< char, char_traits< char >, allocator< char > >::_M_replaceT(), _Temporary_buffer< _ForwardIterator, _Tp >::_Temporary_buffer(), vector< locale::facet * >::assign(), basic_string< char, char_traits< char >, allocator< char > >::assign(), deque< _Tp, >::assign(), _Rb_tree< _Key, _Compare, _Value, _KeyOfValue, _Traits, >::count(), hashtable< _Val, _Key, _HF, _Traits, _ExK, _EqK, _All >::elems_in_bucket(), _Rb_tree< _Key, _Compare, _Value, _KeyOfValue, _Traits, >::erase(), hashtable< _Val, _Key, _HF, _Traits, _ExK, _EqK, _All >::erase(), vector< locale::facet * >::insert(), __BVECTOR_QUALIFIED::insert(), hashtable< _Val, _Key, _HF, _Traits, _ExK, _EqK, _All >::insert_equal(), hashtable< _Val, _Key, _HF, _Traits, _ExK, _EqK, _All >::insert_unique(), random_sample_n(), vector< locale::facet * >::resize(), list< _Tp, _Alloc >::resize(), and list< _Tp, _Alloc >::size().
Variable Documentation
Definition at line 330 of file _iterator_base.h.
Generated on Mon Mar 10 15:32:49 2008 by ![]() |