Home
last modified time | relevance | path

Searched defs:_List_iterator (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dstl_list.h126 struct _List_iterator in _GLIBCXX_VISIBILITY() struct
128 typedef _List_iterator<_Tp> _Self; in _GLIBCXX_VISIBILITY()
129 typedef _List_node<_Tp> _Node; in _GLIBCXX_VISIBILITY()
131 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
132 typedef std::bidirectional_iterator_tag iterator_category; in _GLIBCXX_VISIBILITY()
133 typedef _Tp value_type; in _GLIBCXX_VISIBILITY()
134 typedef _Tp* pointer; in _GLIBCXX_VISIBILITY()
135 typedef _Tp& reference; in _GLIBCXX_VISIBILITY()
137 _List_iterator() in _GLIBCXX_VISIBILITY() function
141 _List_iterator(__detail::_List_node_base* __x) in _GLIBCXX_VISIBILITY() function
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dstl_list.h185 struct _List_iterator in _GLIBCXX_VISIBILITY() struct
187 typedef _List_iterator<_Tp> _Self; in _GLIBCXX_VISIBILITY()
188 typedef _List_node<_Tp> _Node; in _GLIBCXX_VISIBILITY()
190 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
191 typedef std::bidirectional_iterator_tag iterator_category; in _GLIBCXX_VISIBILITY()
192 typedef _Tp value_type; in _GLIBCXX_VISIBILITY()
193 typedef _Tp* pointer; in _GLIBCXX_VISIBILITY()
194 typedef _Tp& reference; in _GLIBCXX_VISIBILITY()
196 _List_iterator() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() argument
200 _List_iterator(__detail::_List_node_base* __x) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() argument
[all …]