Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dstl_list.h201 struct _List_const_iterator in _GLIBCXX_VISIBILITY() struct
203 typedef _List_const_iterator<_Tp> _Self; in _GLIBCXX_VISIBILITY()
204 typedef const _List_node<_Tp> _Node; in _GLIBCXX_VISIBILITY()
205 typedef _List_iterator<_Tp> iterator; in _GLIBCXX_VISIBILITY()
207 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
208 typedef std::bidirectional_iterator_tag iterator_category; in _GLIBCXX_VISIBILITY()
209 typedef _Tp value_type; in _GLIBCXX_VISIBILITY()
210 typedef const _Tp* pointer; in _GLIBCXX_VISIBILITY()
211 typedef const _Tp& reference; in _GLIBCXX_VISIBILITY()
213 _List_const_iterator() in _GLIBCXX_VISIBILITY() argument
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dstl_list.h264 struct _List_const_iterator in _GLIBCXX_VISIBILITY() struct
266 typedef _List_const_iterator<_Tp> _Self; in _GLIBCXX_VISIBILITY()
267 typedef const _List_node<_Tp> _Node; in _GLIBCXX_VISIBILITY()
268 typedef _List_iterator<_Tp> iterator; in _GLIBCXX_VISIBILITY()
270 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
271 typedef std::bidirectional_iterator_tag iterator_category; in _GLIBCXX_VISIBILITY()
272 typedef _Tp value_type; in _GLIBCXX_VISIBILITY()
273 typedef const _Tp* pointer; in _GLIBCXX_VISIBILITY()
274 typedef const _Tp& reference; in _GLIBCXX_VISIBILITY()
276 _List_const_iterator() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() argument
[all …]