Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dforward_list.h110 struct _Fwd_list_iterator in _GLIBCXX_VISIBILITY() struct
112 typedef _Fwd_list_iterator<_Tp> _Self; in _GLIBCXX_VISIBILITY()
113 typedef _Fwd_list_node<_Tp> _Node; in _GLIBCXX_VISIBILITY()
115 typedef _Tp value_type; in _GLIBCXX_VISIBILITY()
116 typedef _Tp* pointer; in _GLIBCXX_VISIBILITY()
117 typedef _Tp& reference; in _GLIBCXX_VISIBILITY()
118 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
121 _Fwd_list_iterator() in _GLIBCXX_VISIBILITY() function
125 _Fwd_list_iterator(_Fwd_list_node_base* __n) in _GLIBCXX_VISIBILITY() argument
161 _M_next() const in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-8.0/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()
146 _Fwd_list_iterator() noexcept in _GLIBCXX_VISIBILITY() argument
150 _Fwd_list_iterator(_Fwd_list_node_base* __n) noexcept in _GLIBCXX_VISIBILITY() argument
185 _M_next() const noexcept in _GLIBCXX_VISIBILITY()
[all …]