Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dforward_list.h135 struct _Fwd_list_iterator in _GLIBCXX_VISIBILITY() struct
137 typedef _Fwd_list_iterator<_Tp> _Self; in _GLIBCXX_VISIBILITY()
138 typedef _Fwd_list_node<_Tp> _Node; in _GLIBCXX_VISIBILITY()
140 typedef _Tp value_type; in _GLIBCXX_VISIBILITY()
141 typedef _Tp* pointer; in _GLIBCXX_VISIBILITY()
142 typedef _Tp& reference; in _GLIBCXX_VISIBILITY()
143 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
144 typedef std::forward_iterator_tag iterator_category; in _GLIBCXX_VISIBILITY()
146 _Fwd_list_iterator() noexcept in _GLIBCXX_VISIBILITY() function
150 _Fwd_list_iterator(_Fwd_list_node_base* __n) noexcept in _GLIBCXX_VISIBILITY() argument
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dforward_list.h135 struct _Fwd_list_iterator in _GLIBCXX_VISIBILITY() struct
137 typedef _Fwd_list_iterator<_Tp> _Self; in _GLIBCXX_VISIBILITY()
138 typedef _Fwd_list_node<_Tp> _Node; in _GLIBCXX_VISIBILITY()
140 typedef _Tp value_type; in _GLIBCXX_VISIBILITY()
141 typedef _Tp* pointer; in _GLIBCXX_VISIBILITY()
142 typedef _Tp& reference; in _GLIBCXX_VISIBILITY()
143 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
144 typedef std::forward_iterator_tag iterator_category; in _GLIBCXX_VISIBILITY()
146 _Fwd_list_iterator() noexcept in _GLIBCXX_VISIBILITY() argument
150 _Fwd_list_iterator(_Fwd_list_node_base* __n) noexcept in _GLIBCXX_VISIBILITY() function
[all …]