Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dforward_list.h178 struct _Fwd_list_const_iterator in _GLIBCXX_VISIBILITY() struct
180 typedef _Fwd_list_const_iterator<_Tp> _Self; in _GLIBCXX_VISIBILITY()
181 typedef const _Fwd_list_node<_Tp> _Node; in _GLIBCXX_VISIBILITY()
182 typedef _Fwd_list_iterator<_Tp> iterator; in _GLIBCXX_VISIBILITY()
184 typedef _Tp value_type; in _GLIBCXX_VISIBILITY()
185 typedef const _Tp* pointer; in _GLIBCXX_VISIBILITY()
186 typedef const _Tp& reference; in _GLIBCXX_VISIBILITY()
187 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
188 typedef std::forward_iterator_tag iterator_category; in _GLIBCXX_VISIBILITY()
190 _Fwd_list_const_iterator() in _GLIBCXX_VISIBILITY() argument
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dforward_list.h202 struct _Fwd_list_const_iterator in _GLIBCXX_VISIBILITY() struct
204 typedef _Fwd_list_const_iterator<_Tp> _Self; in _GLIBCXX_VISIBILITY()
205 typedef const _Fwd_list_node<_Tp> _Node; in _GLIBCXX_VISIBILITY()
206 typedef _Fwd_list_iterator<_Tp> iterator; in _GLIBCXX_VISIBILITY()
208 typedef _Tp value_type; in _GLIBCXX_VISIBILITY()
209 typedef const _Tp* pointer; in _GLIBCXX_VISIBILITY()
210 typedef const _Tp& reference; in _GLIBCXX_VISIBILITY()
211 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
212 typedef std::forward_iterator_tag iterator_category; in _GLIBCXX_VISIBILITY()
214 _Fwd_list_const_iterator() noexcept in _GLIBCXX_VISIBILITY() argument
[all …]