Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_list.h185 struct _List_iterator in _GLIBCXX_VISIBILITY() struct
187 typedef _List_iterator<_Tp> _Self; in _GLIBCXX_VISIBILITY()
188 typedef _List_node<_Tp> _Node; in _GLIBCXX_VISIBILITY()
190 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
191 typedef std::bidirectional_iterator_tag iterator_category; in _GLIBCXX_VISIBILITY()
192 typedef _Tp value_type; in _GLIBCXX_VISIBILITY()
193 typedef _Tp* pointer; in _GLIBCXX_VISIBILITY()
194 typedef _Tp& reference; in _GLIBCXX_VISIBILITY()
196 _List_iterator() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() argument
200 _List_iterator(__detail::_List_node_base* __x) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() argument
[all …]