Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_list.h266 struct _List_const_iterator in _GLIBCXX_VISIBILITY() struct
268 typedef _List_const_iterator<_Tp> _Self; in _GLIBCXX_VISIBILITY()
269 typedef const _List_node<_Tp> _Node; in _GLIBCXX_VISIBILITY()
270 typedef _List_iterator<_Tp> iterator; in _GLIBCXX_VISIBILITY()
272 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
273 typedef std::bidirectional_iterator_tag iterator_category; in _GLIBCXX_VISIBILITY()
274 typedef _Tp value_type; in _GLIBCXX_VISIBILITY()
275 typedef const _Tp* pointer; in _GLIBCXX_VISIBILITY()
276 typedef const _Tp& reference; in _GLIBCXX_VISIBILITY()
278 _List_const_iterator() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() argument
[all …]