HomeSort by relevance Sort by last modified time
    Searched refs:_List_iterator_base (Results 1 - 2 of 2) sorted by null

  /external/stlport/stlport/stl/
_abbrevs.h 61 # define _List_iterator_base _L__ItB
_list.h 82 struct _List_iterator_base {
89 _List_iterator_base(_List_node_base* __x) : _M_node(__x) {}
97 struct _List_iterator : public _List_iterator_base {
113 explicit _List_iterator(_List_node_base* __x) : _List_iterator_base(__x) {}
114 _List_iterator() : _List_iterator_base(0) {}
116 _List_iterator(const iterator& __x) : _List_iterator_base(__x._M_node) {}
165 inline bidirectional_iterator_tag iterator_category(const _STLP_PRIV _List_iterator_base&) { return bidirectional_iterator_tag();}
166 inline ptrdiff_t* distance_type(const _STLP_PRIV _List_iterator_base&) { return 0; }

Completed in 51 milliseconds