Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dforward_list.h214 struct _Fwd_list_const_iterator in _GLIBCXX_VISIBILITY() struct
216 typedef _Fwd_list_const_iterator<_Tp> _Self; in _GLIBCXX_VISIBILITY()
217 typedef const _Fwd_list_node<_Tp> _Node; in _GLIBCXX_VISIBILITY()
218 typedef _Fwd_list_iterator<_Tp> iterator; in _GLIBCXX_VISIBILITY()
220 typedef _Tp value_type; in _GLIBCXX_VISIBILITY()
221 typedef const _Tp* pointer; in _GLIBCXX_VISIBILITY()
222 typedef const _Tp& reference; in _GLIBCXX_VISIBILITY()
223 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
224 typedef std::forward_iterator_tag iterator_category; in _GLIBCXX_VISIBILITY()
226 _Fwd_list_const_iterator() noexcept in _GLIBCXX_VISIBILITY() argument
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dforward_list.h210 struct _Fwd_list_const_iterator in _GLIBCXX_VISIBILITY() struct
212 typedef _Fwd_list_const_iterator<_Tp> _Self; in _GLIBCXX_VISIBILITY()
213 typedef const _Fwd_list_node<_Tp> _Node; in _GLIBCXX_VISIBILITY()
214 typedef _Fwd_list_iterator<_Tp> iterator; in _GLIBCXX_VISIBILITY()
216 typedef _Tp value_type; in _GLIBCXX_VISIBILITY()
217 typedef const _Tp* pointer; in _GLIBCXX_VISIBILITY()
218 typedef const _Tp& reference; in _GLIBCXX_VISIBILITY()
219 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
220 typedef std::forward_iterator_tag iterator_category; in _GLIBCXX_VISIBILITY()
222 _Fwd_list_const_iterator() noexcept in _GLIBCXX_VISIBILITY() argument
[all …]